Prepare release: v1.12.1

This commit is contained in:
Pierre-Yves Nicolas
2026-01-26 17:43:26 +01:00
parent 8bdbef4344
commit 0edd0f3748
3 changed files with 6 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ android {
// https://ai.google.dev/edge/litert/android/index
minSdk = 26
targetSdk = 36
versionCode = 45 // increment by 3 because of ABI-specific APKs
versionName = "1.12.0"
versionCode = 48 // increment by 3 because of ABI-specific APKs
versionName = "1.12.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}