Prepare release: v1.13.0

This commit is contained in:
Pierre-Yves Nicolas
2026-02-03 18:42:45 +01:00
parent 2c23978002
commit c16b0d64bd
4 changed files with 17 additions and 2 deletions

View File

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