Would be nice if SB will be up to date in time.Starting August 31, 2024, new apps and app update submissions must target Android 14 (API level 34)
Put Android API Level to 34
Put Android API Level to 34
Just received a mail from Google:
Re: Put Android API Level to 34
Just got this email myself, so giving this a +1.
Re: Put Android API Level to 34
Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does where you can make these changes yourself like this...
Makes it much easier than having to rely on a new SB release just to change simple things 
Code: Select all
AddManifestText(
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)

Re: Put Android API Level to 34
+1000000Paul wrote: Thu Aug 01, 2024 8:03 pm Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does...
Re: Put Android API Level to 34
The problem with API update is you need the whole new API dependencies, it's not just a flag in an XML. For other keys, it can makes sens to have an XML to override the SB values.