Skip to content

Commit 9a0d4ab

Browse files
committed
Gradle commit
Updated all internal dependencies.
1 parent 1f17d69 commit 9a0d4ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 23
1111
targetSdkVersion 32
1212
multiDexEnabled true
13-
versionCode 41
13+
versionCode 45
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.4"
15+
versionName "1.5"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.6.20'
4+
ext.kotlin_version = '1.6.21'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)