diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index e4aff1c8b..10e766459 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -64,7 +64,7 @@ android { // The application ID refers to Lime3DS to allow for // the Play Store listing, which was originally set up for Lime3DS, to still be used. applicationId = "io.github.lime3ds.android" - minSdk = 28 + minSdk = 29 targetSdk = 35 versionCode = autoVersion versionName = getGitVersion()