Support of targetSdk 31 with its behaviour changes

This commit is contained in:
Dmitriy Karpushin 2023-03-06 12:11:37 +03:00
parent 1dd79d9e31
commit 4bd6fbd445
5 changed files with 8 additions and 7 deletions

View file

@ -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