File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId = " com.vladshurakov.jetnotesapp"
1414 minSdk = 26
1515 targetSdk = 34
16- versionCode = 3
17- versionName = " 1.1.0 "
16+ versionCode = 4
17+ versionName = " 1.1.1 "
1818 resourceConfigurations + = listOf (" en" )
1919
2020 vectorDrawables {
@@ -44,7 +44,7 @@ android {
4444}
4545
4646dependencies {
47- val room_version = " 2.6.0 "
47+ val room_version = " 2.6.1 "
4848 val hilt_version = " 2.48.1"
4949 val coroutines_version = " 1.7.3"
5050
Original file line number Diff line number Diff line change 3636 <string name =" label_light_theme" >Light theme</string >
3737 <string name =" label_dark_theme" >Dark theme</string >
3838 <string name =" label_about" >About</string >
39- <string name =" app_version" >Version 1.1.0 </string >
39+ <string name =" app_version" >Version 1.1.1 </string >
4040 <string name =" empty" >Empty</string >
4141 <string name =" search" >Search</string >
4242 <string name =" privacy_policy" >Privacy Policy</string >
You can’t perform that action at this time.
0 commit comments