There was an error while loading. Please reload this page.
1 parent 52aaeed commit 771a618Copy full SHA for 771a618
2 files changed
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.elasticrock.keepscreenon"
16
minSdk = 24
17
targetSdk = 35
18
- versionCode = 47
19
- versionName = "1.23.1"
+ versionCode = 48
+ versionName = "1.24.0"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
vectorDrawables {
metadata/en-US/changelogs/48.txt
@@ -0,0 +1,3 @@
1
+ - Improved UI for better communication
2
+ - Predictive back
3
+ - Fixed error where addition and removal of tile would not have been registered by the app
0 commit comments