Skip to content

Commit fd4255d

Browse files
committed
Release v1.3.1
1 parent 090d558 commit fd4255d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.2.0'
10+
classpath 'com.android.tools.build:gradle:8.2.1'
1111

1212
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
1313

@@ -32,8 +32,8 @@ ext.projectArtifactId = { Project project ->
3232

3333
allprojects {
3434
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'
3737
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3838

3939
if (project.group != null) {

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation 'com.google.firebase:firebase-crashlytics-ktx'
7373

7474
// Leak Canary
75-
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
75+
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
7676

7777
implementation project(':core')
7878
}

0 commit comments

Comments
 (0)