Prepare release: v1.14.0

This commit is contained in:
Pierre-Yves Nicolas
2026-02-11 09:17:58 +01:00
parent 0456a5329f
commit a2ae0440b6
4 changed files with 5 additions and 2 deletions

View File

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