Skip to content

Commit cd40dfe

Browse files
committed
upgrade gradle plugin and androidx
1 parent 8060c61 commit cd40dfe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android-ffmpeg/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation 'androidx.appcompat:appcompat:1.0.2'
49+
implementation 'androidx.appcompat:appcompat:1.1.0'
5050
}
5151

5252
apply plugin: 'com.github.dcendents.android-maven'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
2727
dependencies {
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'

0 commit comments

Comments
 (0)