Skip to content

Commit 48c5c5f

Browse files
committed
Dev commit
Updated all internal dependencies.
1 parent 1e0943f commit 48c5c5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 21
1111
targetSdkVersion 31
1212
multiDexEnabled true
13-
versionCode 15
13+
versionCode 18
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.2.6"
15+
versionName "1.2.7"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -48,7 +48,7 @@ dependencies {
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
4949
implementation 'androidx.appcompat:appcompat:1.3.1'
5050
implementation 'androidx.core:core-ktx:1.6.0'
51-
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
51+
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test:runner:1.4.0'
5454
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3"

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.5.30'
4+
ext.kotlin_version = '1.5.31'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)