We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9949e commit 62fe9f3Copy full SHA for 62fe9f3
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
// https://ai.google.dev/edge/litert/android/index
20
minSdk = 26
21
targetSdk = 35
22
- versionCode = 15
23
- versionName = "0.12.0"
+ versionCode = 16
+ versionName = "0.13.0"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
}
0 commit comments