From b6fff70334a1c94dc6437aa13d8f011aa08afad4 Mon Sep 17 00:00:00 2001 From: Dimo Karaivanov Date: Thu, 1 Dec 2022 14:50:28 +0200 Subject: [PATCH] Android SDK and libraries upgraded to latest version (SDK 30 -> 33) --- AndroidManifest.xml | 1 - build.gradle | 17 +++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cdd831f4..5bb45821 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,6 @@ diff --git a/build.gradle b/build.gradle index 1238e47a..b564cde2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,10 +10,10 @@ buildscript { apply plugin: 'com.android.application' dependencies { - implementation "androidx.core:core:1.6.0" - implementation 'androidx.preference:preference:1.1.1' - implementation "androidx.room:room-runtime:2.1.0" - annotationProcessor "androidx.room:room-compiler:2.1.0" + implementation "androidx.core:core:1.9.0" + implementation 'androidx.preference:preference:1.2.0' + implementation "androidx.room:room-runtime:2.4.3" + annotationProcessor "androidx.room:room-compiler:2.4.3" } repositories { @@ -77,8 +77,9 @@ def getReleaseVersion = { -> android { - compileSdkVersion 30 - buildToolsVersion "32.0.0" + buildToolsVersion "33.0.0" + compileSdkVersion 33 + namespace "io.github.sspanak.tt9" sourceSets { main { @@ -113,8 +114,8 @@ android { // release { // storeFile file(System.getenv("KEYSTORE")) // storePassword System.getenv("KEYSTORE_PASS") -// keyAlias System.getenv("KEYALIAS") -// keyPassword System.getenv("KEYALIAS_PASS") +// keyAlias System.getenv("KEY_ALIAS") +// keyPassword System.getenv("KEY_ALIAS_PASS") // } // } //