File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ android {
46
46
}
47
47
48
48
dependencies {
49
- implementation ' androidx.appcompat:appcompat:1.0.2 '
49
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
50
50
}
51
51
52
52
apply plugin : ' com.github.dcendents.android-maven'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.4.0 '
9
+ classpath ' com.android.tools.build:gradle:3.4.2 '
10
10
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
11
11
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
12
12
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5 .1.1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6 .1.1-all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
6
6
defaultConfig {
7
7
applicationId " nl.bravobit.ffmpeg.example"
8
- minSdkVersion 16
8
+ minSdkVersion 19
9
9
targetSdkVersion 29
10
10
versionCode 1
11
11
versionName " 1.0.1"
@@ -27,7 +27,7 @@ android {
27
27
dependencies {
28
28
29
29
// Android libraries
30
- implementation ' androidx.appcompat:appcompat:1.0.2 '
30
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
31
31
32
32
// Misc
33
33
implementation ' com.jakewharton.timber:timber:4.7.1'
You can’t perform that action at this time.
0 commit comments