|
|
|
@ -17,7 +17,7 @@ repositories { |
|
|
|
|
|
|
|
|
|
|
|
android { |
|
|
|
android { |
|
|
|
|
|
|
|
|
|
|
|
compileSdkVersion 34 |
|
|
|
compileSdkVersion 35 |
|
|
|
buildToolsVersion "30.0.3" |
|
|
|
buildToolsVersion "30.0.3" |
|
|
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
compileOptions { |
|
|
|
@ -33,7 +33,7 @@ android { |
|
|
|
defaultConfig { |
|
|
|
defaultConfig { |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
applicationId "net.pokeranalytics.android" |
|
|
|
minSdkVersion 23 |
|
|
|
minSdkVersion 23 |
|
|
|
targetSdkVersion 34 |
|
|
|
targetSdkVersion 35 |
|
|
|
versionCode 172 |
|
|
|
versionCode 172 |
|
|
|
versionName "6.0.30" |
|
|
|
versionName "6.0.30" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
|
|
|
|