There was an error while loading. Please reload this page.
1 parent 563e352 commit 6b35c08Copy full SHA for 6b35c08
2 files changed
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
vectorDrawables {
12
useSupportLibrary true
13
}
14
- versionCode 22
15
- versionName '3.7.3'
+ versionCode 23
+ versionName '3.7.4'
16
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
17
18
buildFeatures {
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
9
10
dependencies {
- classpath 'com.android.tools.build:gradle:9.3.0'
+ classpath 'com.android.tools.build:gradle:9.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
0 commit comments