soupslurpr / AppVerifier

Verify apps easily.
ISC License
320 stars 19 forks source link

Min and Target SDK #177

Open ghost opened 1 month ago

ghost commented 1 month ago

Hey,

i saw that the App has Target SDK on 34 and Minimum SDK on 28 and I wanted to ask if you could make Target SDK to 35 for Android 15 and Minimum SDK to 29/31? (Higher is always better)

A higher Minimum SDK version implies that your app supports fewer Android versions, minimizing compatibility issues. Because higher SDK means also Versions which are supported better. It makes the work easier. because Android 12 (SDK 31) is the last version that receives security patches. Further more, the less minSdk, the more internal compatibility layers, techniques etc. For example, lower SDK versions require v1/v2 signing, have somewhat different optimization levels, etc.