Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga authored Aug 9, 2023
1 parent c421b99 commit 8f63c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f63c6a

Please sign in to comment.