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 {
4646}
4747
4848dependencies {
49- implementation ' androidx.appcompat:appcompat:1.0.2 '
49+ implementation ' androidx.appcompat:appcompat:1.1.0 '
5050}
5151
5252apply plugin : ' com.github.dcendents.android-maven'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.4.0 '
9+ classpath ' com.android.tools.build:gradle:3.4.2 '
1010 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1111 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1212 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
55
66 defaultConfig {
77 applicationId " nl.bravobit.ffmpeg.example"
8- minSdkVersion 16
8+ minSdkVersion 19
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0.1"
@@ -27,7 +27,7 @@ android {
2727dependencies {
2828
2929 // Android libraries
30- implementation ' androidx.appcompat:appcompat:1.0.2 '
30+ implementation ' androidx.appcompat:appcompat:1.1.0 '
3131
3232 // Misc
3333 implementation ' com.jakewharton.timber:timber:4.7.1'
You can’t perform that action at this time.
0 commit comments