Hi friends, I'm developing a new app here targeting SDK Version 19.
Manifest (b4a default):
My question is:
Should I use the android.jar from API 19 or could I use the latest android.jar (API 27)?
Manifest (b4a default):
B4X:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
My question is:
Should I use the android.jar from API 19 or could I use the latest android.jar (API 27)?