gluonhq / substrate

Create native Java(FX) apps for desktop, mobile and embedded
GNU General Public License v2.0
390 stars 52 forks source link

Android targetSdkVersion should be updated #1227

Closed molbertz closed 1 year ago

molbertz commented 1 year ago

Hi there. Since Google soon requires the Target Version: 33 (starting Aug 31, 2023) it would be great if you could update this as the new defaults. Just like you did described in the issue here: #758

Kind regards, Michael

salmonb commented 1 year ago

+1

I tried to add this line in src/android/AndroidManifest.xml

    <uses-sdk android:minSdkVersion="33" android:targetSdkVersion="33" />

But it doesn't seem to have any effect as the Google Play Store still says that the target API level is 31.