When trying to upload apk or app bundle aab on google play store getting following error Upload failed
You need to use an SDK with a version number of 29 or lower.
* apply plugin: 'com.android.application'
android { compileSdkVersion 29 buildToolsVersion "29.0.0" defaultConfig { applicationId "in.starsignature.app" minSdkVersion 1 targetSdkVersion 29 versionCode 2 versionName "1.2" }
*