Prepare release: v1.1.0

This commit is contained in:
Pierre-Yves Nicolas
2025-09-16 11:50:51 +02:00
parent ce29f6c74d
commit 21b893731f

View File

@@ -24,8 +24,8 @@ android {
// https://ai.google.dev/edge/litert/android/index // https://ai.google.dev/edge/litert/android/index
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 17 // increment by 10 so that ABI-specific APKs can use versionCode +1 and +2 versionCode = 20 // increment by 10 so that ABI-specific APKs can use versionCode +1 and +2
versionName = "1.0.0" versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }