Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48980

Your app currently targets API level 29 and must target at least API level 30 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 30

$
0
0

I was added this code in app.config file after that issue were not gone. Then I was do some changes in build.gradle file : allprojects {
apply from: ‘repositories.gradle’
repositories repos

//This replaces project.properties w.r.t. build settings
project.ext {
  defaultBuildToolsVersion="30" //String
  defaultMinSdkVersion=25 //Integer - Minimum requirement is Android 5.1
  defaultTargetSdkVersion=30 //Integer - We ALWAYS target the latest by default
  defaultCompileSdkVersion=30 //Integer - We ALWAYS compile with the latest by default
}

}

then its show signature not matching in google play console

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 48980

Trending Articles