diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 31a7df4..079fd83 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,6 +10,7 @@ plugins { val abiCodes = mapOf( "arm64-v8a" to 0, "armeabi-v7a" to -1, + "x86_64" to -2, ) android { @@ -25,7 +26,7 @@ android { // https://ai.google.dev/edge/litert/android/index minSdk = 26 targetSdk = 36 - versionCode = 42 // increment by 2 because of ABI-specific APKs + versionCode = 43 // increment by 3 because of ABI-specific APKs versionName = "1.11.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"