Skip to content

Commit 5762168

Browse files
committed
Version Update
1 parent a9b1fed commit 5762168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mediaslider/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 29
5-
buildToolsVersion "29.0.1"
5+
buildToolsVersion "29.0.2"
66

77

88
defaultConfig {
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 2
12+
versionName "1.1"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515

@@ -27,7 +27,7 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929

30-
implementation 'androidx.appcompat:appcompat:1.0.2'
30+
implementation 'androidx.appcompat:appcompat:1.1.0'
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'androidx.test:runner:1.2.0'
3333
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)