Skip to content

Commit

Permalink
优化版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfeng1994 committed Oct 17, 2020
1 parent 2e29d88 commit 4a9fd13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ffmpeg/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.yangfeng1994'
version = '2.0.0'
version = '2.1.0'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
Expand All @@ -10,16 +10,15 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 20
versionName "2.0.0"
versionCode 21
versionName "2.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
}

buildTypes {
release {
minifyEnabled false
}
}

Expand Down

0 comments on commit 4a9fd13

Please sign in to comment.