hosts repo and code refactor

This commit is contained in:
Cherret
2025-04-27 23:55:30 +07:00
parent ca51cb1e81
commit 458741485b
12 changed files with 887 additions and 634 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.cherret.zaprett"
minSdk = 30
targetSdk = 35
versionCode = 7
versionName = "1.6"
versionCode = 8
versionName = "1.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}