Skip to content

Commit b9e489c

Browse files
authored
Update build.gradle
1 parent 594e8ca commit b9e489c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 19
1010
targetSdkVersion 30
11-
versionCode 4
12-
versionName "1.1.0"
11+
versionCode 5
12+
versionName "1.1.1"
1313
consumerProguardFiles "consumer-rules.pro"
1414
}
1515

@@ -29,7 +29,7 @@ android {
2929
}
3030

3131
dependencies {
32-
compileOnly 'com.google.android.material:material:1.3.0'
33-
compileOnly 'androidx.appcompat:appcompat:1.2.0'
34-
compileOnly 'com.google.code.gson:gson:2.8.6'
32+
compileOnly 'com.google.android.material:material:1.4.0'
33+
compileOnly 'androidx.appcompat:appcompat:1.3.1'
34+
compileOnly 'com.google.code.gson:gson:2.8.8'
3535
}

0 commit comments

Comments
 (0)