Android Question android:compileSdkVersion="34" ???

JackKirk

Well-Known Member
Licensed User
Longtime User
I've been sitting on B4A 12.8 for a while with my app manifests set to:

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

I've just upgraded to B4A 13.1 and am wondering if I should update my app manifests to:

<uses-sdk android:minSdkVersion="22" android:compileSdkVersion="34" android:targetSdkVersion="34"/>
 
Top