Skip to content

Commit

Permalink
bump target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbsgilbs committed Dec 2, 2023
1 parent d35aa0a commit c2fedfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "fr.netstat.locationindicatorwhitelist"
minSdk 31
targetSdk 33
targetSdk 34
versionCode 2
versionName "1.1"
}
Expand Down Expand Up @@ -39,4 +39,4 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

compileOnly 'de.robv.android.xposed:api:82'
}
}

0 comments on commit c2fedfa

Please sign in to comment.