Skip to content

Commit

Permalink
update compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcneko committed Jul 29, 2024
1 parent 92c067b commit fd0b56f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdk 34
buildToolsVersion "34.0.0"
compileSdk 35
buildToolsVersion "35.0.0"

defaultConfig {
applicationId "io.github.lsposed.disableflagsecure"
minSdkVersion 24
targetSdkVersion 34
targetSdkVersion 35
versionCode rootProject.ext.commitCount
versionName "4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions libxposed-compat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {

android {
namespace 'io.github.libxposed'
compileSdk 34
compileSdk 35

defaultConfig {
minSdk 24
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit fd0b56f

Please sign in to comment.