We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594e8ca commit b9e489cCopy full SHA for b9e489c
lib/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 19
10
targetSdkVersion 30
11
- versionCode 4
12
- versionName "1.1.0"
+ versionCode 5
+ versionName "1.1.1"
13
consumerProguardFiles "consumer-rules.pro"
14
}
15
@@ -29,7 +29,7 @@ android {
29
30
31
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'
+ compileOnly 'com.google.android.material:material:1.4.0'
+ compileOnly 'androidx.appcompat:appcompat:1.3.1'
+ compileOnly 'com.google.code.gson:gson:2.8.8'
35
0 commit comments