Skip to content

Commit 6b35c08

Browse files
committed
Version 3.7.4
1 parent 563e352 commit 6b35c08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
vectorDrawables {
1212
useSupportLibrary true
1313
}
14-
versionCode 22
15-
versionName '3.7.3'
14+
versionCode 23
15+
versionName '3.7.4'
1616
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1717
}
1818
buildFeatures {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:9.3.0'
11+
classpath 'com.android.tools.build:gradle:9.3.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
}
1414

0 commit comments

Comments
 (0)