Android 2.4.0 - Backend changes :)

This commit is contained in:
2025-12-03 15:41:45 -07:00
parent cacd178817
commit b365b967b2
9 changed files with 812 additions and 719 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.ascently"
minSdk = 31
targetSdk = 36
versionCode = 47
versionName = "2.3.1"
versionCode = 48
versionName = "2.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}