Skip to content

Commit 4a9fd13

Browse files
committed
优化版本
1 parent 2e29d88 commit 4a9fd13

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ffmpeg/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
group = 'com.github.yangfeng1994'
4-
version = '2.0.0'
4+
version = '2.1.0'
55
android {
66
compileSdkVersion 29
77
buildToolsVersion "29.0.3"
@@ -10,16 +10,15 @@ android {
1010
defaultConfig {
1111
minSdkVersion 15
1212
targetSdkVersion 29
13-
versionCode 20
14-
versionName "2.0.0"
13+
versionCode 21
14+
versionName "2.0.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
consumerProguardFiles 'consumer-rules.pro'
1818
}
1919

2020
buildTypes {
2121
release {
22-
minifyEnabled false
2322
}
2423
}
2524

0 commit comments

Comments
 (0)