Prepare release: v1.6.0

This commit is contained in:
Pierre-Yves Nicolas
2025-11-12 08:29:34 +01:00
parent 7fc4e4e603
commit 93b6f7d88f
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 = 35
versionCode = 30 // increment by 2 because of ABI-specific APKs
versionName = "1.5.0"
versionCode = 32 // increment by 2 because of ABI-specific APKs
versionName = "1.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}