Put Android API Level to 34

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
munfraid
Posts: 135
Joined: Sat Mar 24, 2018 1:33 pm

Put Android API Level to 34

Post by munfraid »

Just received a mail from Google:
Starting August 31, 2024, new apps and app update submissions must target Android 14 (API level 34)
Would be nice if SB will be up to date in time.
Quin
Posts: 118
Joined: Wed Nov 08, 2023 4:38 pm

Re: Put Android API Level to 34

Post by Quin »

Just got this email myself, so giving this a +1.
User avatar
Paul
Posts: 210
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: Put Android API Level to 34

Post by Paul »

Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does where you can make these changes yourself like this...

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"/>)
Makes it much easier than having to rely on a new SB release just to change simple things ;)
User avatar
Caronte3D
Posts: 187
Joined: Sat Nov 23, 2019 5:21 pm
Location: Some Universe

Re: Put Android API Level to 34

Post by Caronte3D »

Paul wrote: Thu Aug 01, 2024 8:03 pm Would be nice if SpiderBasic had a Manifest Editor like Basic4Android does...
+1000000
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Put Android API Level to 34

Post by Fred »

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.
Post Reply