Updating SDK to the latest

This commit is contained in:
Vitor Pamplona 2023-08-18 19:32:30 -04:00
parent 8dbded0185
commit 7a93f9956f
3 changed files with 9 additions and 10 deletions

View File

@ -7,12 +7,12 @@ plugins {
android { android {
namespace 'com.vitorpamplona.amethyst' namespace 'com.vitorpamplona.amethyst'
compileSdk 33 compileSdk 34
defaultConfig { defaultConfig {
applicationId "com.vitorpamplona.amethyst" applicationId "com.vitorpamplona.amethyst"
minSdk 26 minSdk 26
targetSdk 33 targetSdk 34
versionCode 272 versionCode 272
versionName "0.73.3" versionName "0.73.3"

View File

@ -6,20 +6,19 @@ plugins {
android { android {
namespace 'com.vitorpamplona.amethyst.benchmark' namespace 'com.vitorpamplona.amethyst.benchmark'
compileSdk 33 compileSdk 34
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_17
} }
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = '17'
} }
defaultConfig { defaultConfig {
minSdk 26 minSdk 26
targetSdk 33 targetSdk 34
testInstrumentationRunner 'androidx.benchmark.junit4.AndroidBenchmarkRunner' testInstrumentationRunner 'androidx.benchmark.junit4.AndroidBenchmarkRunner'
} }

View File

@ -6,11 +6,11 @@ plugins {
android { android {
namespace 'com.vitorpamplona.quartz' namespace 'com.vitorpamplona.quartz'
compileSdk 33 compileSdk 34
defaultConfig { defaultConfig {
minSdk 26 minSdk 26
targetSdk 33 targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro" consumerProguardFiles "consumer-rules.pro"