Prepare release: v1.8.0

This commit is contained in:
Pierre-Yves Nicolas
2025-12-10 18:22:05 +01:00
parent fe91f3e241
commit 8d87a8a430
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 = 34 // increment by 2 because of ABI-specific APKs
versionName = "1.7.0"
versionCode = 36 // increment by 2 because of ABI-specific APKs
versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}