File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:8.2.0 '
10
+ classpath ' com.android.tools.build:gradle:8.2.1 '
11
11
12
12
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.9'
13
13
@@ -32,8 +32,8 @@ ext.projectArtifactId = { Project project ->
32
32
33
33
allprojects {
34
34
group = ' kz.qbox.widget.webview'
35
- project. ext. version_code = 20
36
- version = ' 1.3.0 '
35
+ project. ext. version_code = 21
36
+ version = ' 1.3.1 '
37
37
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
38
38
39
39
if (project. group != null ) {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
implementation ' com.google.firebase:firebase-crashlytics-ktx'
73
73
74
74
// Leak Canary
75
- debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.12 '
75
+ debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.13 '
76
76
77
77
implementation project(' :core' )
78
78
}
You can’t perform that action at this time.
0 commit comments