sync source to v0.3.9 (matches released EasyAppliance-v0.3.9.apk, verCode 12): security + reservation/job-phase/notice/confirm
This commit is contained in:
@@ -24,8 +24,8 @@ android {
|
||||
applicationId = "kr.tkrmagid.easyappliance"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = (project.findProperty("verCode") as String?)?.toInt() ?: 11
|
||||
versionName = (project.findProperty("verName") as String?) ?: "0.3.8"
|
||||
versionCode = (project.findProperty("verCode") as String?)?.toInt() ?: 12
|
||||
versionName = (project.findProperty("verName") as String?) ?: "0.3.9"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user