Support of targetSdk 31 with its behaviour changes
This commit is contained in:
parent
1dd79d9e31
commit
4bd6fbd445
5 changed files with 8 additions and 7 deletions
|
@ -135,7 +135,7 @@ android {
|
|||
defaultConfig {
|
||||
resConfig "en"
|
||||
minSdkVersion = 24
|
||||
targetSdkVersion = 30
|
||||
targetSdkVersion = 31
|
||||
versionCode 10 // Change to a higher number
|
||||
versionName "2.0.10" // Change to a higher number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue