Skip to content

Commit

Permalink
fix api 35
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqiuluo committed Oct 31, 2024
1 parent 9f32752 commit bb7a8a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {

android {
namespace = "moe.fuqiuluo.portal"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "moe.fuqiuluo.portal"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = getVersionCode()
versionName = "1.0.2" + ".r${getGitCommitCount()}." + getVersionName()

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@
<string name="dfused_desc">应用使用fused(可能导致模拟失败)</string>
<string name="cdma">网络降级</string>
<string name="cdma_desc">将网络降级为CDMA</string>
<string name="hook_sensor">传感器劫持</string>
<string name="hook_sensor_desc">模拟步频(残缺闪退版)</string>
</resources>
2 changes: 1 addition & 1 deletion system-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
namespace = "moe.fuqiuluo.hardcoder"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion xposed/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
namespace = "moe.fuqiuluo.xposed"
compileSdk = 34
compileSdk = 35
ndkVersion = "26.1.10909125"

defaultConfig {
Expand Down

0 comments on commit bb7a8a6

Please sign in to comment.