Skip to content

Commit

Permalink
3.1.0 lite 极速版
Browse files Browse the repository at this point in the history
  • Loading branch information
microshow committed Apr 27, 2020
1 parent 6301b2b commit d47efab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

ndk {
//目前已支持 "armeabi-v7a","arm64-v8a","x86","x86_64" 平台架构
abiFilters "armeabi-v7a","arm64-v8a","x86","x86_64"
abiFilters "armeabi-v7a","arm64-v8a"//,"x86","x86_64"
}

}
Expand Down Expand Up @@ -92,7 +92,8 @@ dependencies {
// Optional, if you use support library fragments:
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.2'

implementation project(path: ':rxffmpeg')
// implementation project(path: ':rxffmpeg')

// implementation 'com.github.microshow:RxFFmpeg:3.1.0'
implementation 'com.github.microshow:RxFFmpeg:3.1.0-lite-beta'
}

0 comments on commit d47efab

Please sign in to comment.