We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10209b0 commit 38eb407Copy full SHA for 38eb407
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId 'com.cafeed28.omori'
11
minSdk 26
12
targetSdk 34
13
- versionCode 9
14
- versionName '1.3.1'
+ versionCode 10
+ versionName '1.4.0'
15
}
16
17
buildTypes {
@@ -33,6 +33,6 @@ android {
33
dependencies {
34
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
35
implementation 'androidx.appcompat:appcompat:1.7.0'
36
- implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+ implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
37
implementation 'androidx.preference:preference:1.2.1'
38
0 commit comments