Prepare release: v1.10.0

This commit is contained in:
Pierre-Yves Nicolas
2026-01-06 11:03:22 +01:00
parent 402b25b791
commit 3eb1a54457
3 changed files with 4 additions and 2 deletions

View File

@@ -25,8 +25,8 @@ android {
// https://ai.google.dev/edge/litert/android/index
minSdk = 26
targetSdk = 36
versionCode = 38 // increment by 2 because of ABI-specific APKs
versionName = "1.9.0"
versionCode = 40 // increment by 2 because of ABI-specific APKs
versionName = "1.10.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}