Browse Source

Play with Lizzie's and xbzk feelings about destroying support for dyno Android versions >:)

lizzie/emutls-nuke
CamilleLaVey 6 days ago
committed by crueter
parent
commit
6e3e5ba2a4
  1. 4
      src/android/app/build.gradle.kts

4
src/android/app/build.gradle.kts

@ -65,9 +65,7 @@ android {
defaultConfig {
applicationId = "dev.eden.eden_emulator"
// level 29 (Android 10) is the minimum
// to enable non-emutls TLS fetch
minSdk = 29
minSdk = 33
targetSdk = 36
versionName = getGitVersion()
versionCode = autoVersion

Loading…
Cancel
Save