diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index daa6f74..fff30e7 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,11 +8,11 @@ plugins { android { namespace = "dev.sergiobelda.iot.cloud.weather" - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "dev.sergiobelda.iot.cloud.weather" minSdkVersion 24 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"