diff --git a/.idea/misc.xml b/.idea/misc.xml index 532bda1..e9c5e33 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -20,7 +20,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index d2784d9..fd7ef8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,12 +10,12 @@ repositories { } android { - compileSdkVersion 33 - buildToolsVersion '33.0.0' + compileSdk 34 + buildToolsVersion = '34.0.0' defaultConfig { applicationId "net.typeblog.shelter" minSdkVersion 24 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 23 versionName "1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/build.gradle b/build.gradle index 0083903..18a93c4 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.0.2' + classpath 'com.android.tools.build:gradle:8.1.2' // NOTE: Do not place your application dependencies here; they belong