Android 2.5.2

This commit is contained in:
2026-02-02 00:07:46 -07:00
parent aa3ddfc7cb
commit 12f9463e8c
3 changed files with 7 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = "com.atridad.ascently"
minSdk = 31
targetSdk = 36
versionCode = 51
versionName = "2.5.1"
versionCode = 52
versionName = "2.5.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}