Skip to content

Commit eadec44

Browse files
authored
base 3.0.7
1 parent 82f2c63 commit eadec44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

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

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

3131
dependencies {
32-
compileOnly 'androidx.appcompat:appcompat:1.2.0'
32+
compileOnly 'androidx.appcompat:appcompat:1.4.1'
3333
}

0 commit comments

Comments
 (0)