We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e29d88 commit 4a9fd13Copy full SHA for 4a9fd13
1 file changed
ffmpeg/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
group = 'com.github.yangfeng1994'
4
-version = '2.0.0'
+version = '2.1.0'
5
android {
6
compileSdkVersion 29
7
buildToolsVersion "29.0.3"
@@ -10,16 +10,15 @@ android {
10
defaultConfig {
11
minSdkVersion 15
12
targetSdkVersion 29
13
- versionCode 20
14
- versionName "2.0.0"
+ versionCode 21
+ versionName "2.0.1"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
consumerProguardFiles 'consumer-rules.pro'
18
}
19
20
buildTypes {
21
release {
22
- minifyEnabled false
23
24
25
0 commit comments