Bump version to 1.0.1 (13)

This commit is contained in:
Cutiful 2025-07-10 18:17:07 +07:00
parent 45a81e1e35
commit 32933d9ad3

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.syaroful.agrilinkvocpro" applicationId = "com.syaroful.agrilinkvocpro"
minSdk = 29 minSdk = 29
targetSdk = 35 targetSdk = 35
versionCode = 12 versionCode = 13
versionName = "1.0.4" versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }