Skip to content

Commit

Permalink
Saving the version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMavrick committed Oct 4, 2024
1 parent 023bf90 commit 2fea9c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ android {
compileSdk = 35

defaultConfig {
applicationId = "com.bitmavrick.lumolight"
applicationId = "com.bitmavrick.lumolight"
minSdk = 24
targetSdk = 35
versionCode = 13
versionName = "2.1.0"
versionCode = 14
versionName = "2.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<string name="dynamic_color_description">Color based on your wallpaper accent</string>

<string name="oled_dark_title">OLED dark</string>
<string name="oled_dark_description">Enable pure dark background when dark mode enabled</string>
<string name="oled_dark_description">Enable pure dark background when dark mode is active</string>

<string name="app_name_title">App name</string>
<string name="version_title">Version</string>
Expand Down

0 comments on commit 2fea9c5

Please sign in to comment.