Prepare LCDPet 1.1 update

This commit is contained in:
Kris
2026-07-13 13:14:26 -04:00
parent e758605c3c
commit fe566ab88b
7 changed files with 768 additions and 174 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ android {
applicationId = "today.notfeelingit.lcdpet"
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}