amahi / android

Amahi Android App
GNU General Public License v3.0
165 stars 277 forks source link

Update the compile and target SDK versions #705

Closed Prakhar-Agarwal-byte closed 3 years ago

Prakhar-Agarwal-byte commented 3 years ago

Summary The compileSdkVersion and targetSdkVersion which are now set to versions 29, must be changed to 30 (Android 11) as the latest Android APIs must be used to make use of the latest features. Increasing the SDK versions of the app will not break any compatibility with older devices as we are not making any change in minSdkVesrion.