[Android] 2.2.1 - Better Widget

This commit is contained in:
2025-10-21 10:21:35 -06:00
parent fed9bab2ea
commit b7a3c98b2c
9 changed files with 278 additions and 349 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.ascently"
minSdk = 31
targetSdk = 36
versionCode = 45
versionName = "2.2.0"
versionCode = 46
versionName = "2.2.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}