Skip to content

Commit

Permalink
Update android sdk to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitEirik committed Feb 13, 2023
1 parent cc4f595 commit 50454dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
compileSdkVersion 33 // rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.benoiteirik.theochrone"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
targetSdkVersion 33 // rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"androidScaleType": "CENTER_CROP",
"backgroundColor": "#ffffff"
}
},
"server": {
"url": "http://192.168.149.4:9500"
}
}

This file was deleted.

0 comments on commit 50454dc

Please sign in to comment.