Skip to content

Commit 361051c

Browse files
committed
- new version
1 parent 50ff00f commit 361051c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 16
1212
targetSdkVersion 29
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "1.0.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3030
implementation 'androidx.core:core-ktx:1.3.1'
3131
implementation 'androidx.appcompat:appcompat:1.2.0'
32-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
32+
implementation 'androidx.constraintlayout:constraintlayout:2.0.0'
3333
testImplementation 'junit:junit:4.12'
3434
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)