Skip to content

Commit

Permalink
Merge branch 'master' into remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Dec 10, 2024
2 parents 8e63e37 + 2e86d21 commit 2c9da2f
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
include:
- version: "Baklava"
type: "google_apis"
- version: "Baklava"
type: "google_apis_ps16k"

steps:
- name: Check out
Expand Down Expand Up @@ -173,8 +175,6 @@ jobs:
include:
- branch: "aosp-main"
device: "aosp_cf_x86_64_phone"
- branch: "aosp-main-throttled"
device: "aosp_cf_x86_64_phone_pgagnostic"

steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun Project.setupCommon() {
compileSdkVersion(35)
buildToolsVersion = "34.0.0"
ndkPath = "$sdkDirectory/ndk/magisk"
ndkVersion = "27.0.12077973"
ndkVersion = "28.0.12674087"

defaultConfig {
minSdk = 23
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ android.nonFinalResIds=false
# Magisk
magisk.stubVersion=40
magisk.versionCode=28101
magisk.ondkVersion=r27.4
magisk.ondkVersion=r28.1
Loading

0 comments on commit 2c9da2f

Please sign in to comment.