1 parent a9b1fed commit 5762168Copy full SHA for 5762168
1 file changed
mediaslider/build.gradle
@@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 29
5
- buildToolsVersion "29.0.1"
+ buildToolsVersion "29.0.2"
6
7
8
defaultConfig {
9
minSdkVersion 19
10
targetSdkVersion 29
11
- versionCode 1
12
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
@@ -27,7 +27,7 @@ android {
27
dependencies {
28
implementation fileTree(dir: 'libs', include: ['*.jar'])
29
30
- implementation 'androidx.appcompat:appcompat:1.0.2'
+ implementation 'androidx.appcompat:appcompat:1.1.0'
31
testImplementation 'junit:junit:4.12'
32
androidTestImplementation 'androidx.test:runner:1.2.0'
33
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
0 commit comments