App version 2.1.1 - Branding updates (Logo change)
All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 3m59s

This commit is contained in:
2025-10-17 09:20:21 -06:00
parent 602b5f8938
commit d4023133b7
7 changed files with 14 additions and 21 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId = "com.atridad.ascently"
minSdk = 31
targetSdk = 36
versionCode = 42
versionName = "2.1.0"
versionCode = 43
versionName = "2.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}