Skip to content

Commit 38eb407

Browse files
committed
update dependencies & bump version
1 parent 10209b0 commit 38eb407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId 'com.cafeed28.omori'
1111
minSdk 26
1212
targetSdk 34
13-
versionCode 9
14-
versionName '1.3.1'
13+
versionCode 10
14+
versionName '1.4.0'
1515
}
1616

1717
buildTypes {
@@ -33,6 +33,6 @@ android {
3333
dependencies {
3434
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
3535
implementation 'androidx.appcompat:appcompat:1.7.0'
36-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
36+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
3737
implementation 'androidx.preference:preference:1.2.1'
3838
}

0 commit comments

Comments
 (0)