Skip to content

Commit

Permalink
v16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Jun 28, 2024
1 parent 8850f44 commit ad3b055
Show file tree
Hide file tree
Showing 287 changed files with 116 additions and 26,122 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "app/src/main/cpp/Dobby"]
path = app/src/main/cpp/Dobby
url = https://github.com/chiteroman/Dobby.git
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "es.chiteroman.playintegrityfix"
minSdk = 26
targetSdk = 34
versionCode = 16400
versionName = "v16.4"
versionCode = 16500
versionName = "v16.5"
multiDexEnabled = false

packaging {
Expand All @@ -34,9 +34,11 @@ android {
cmake {
arguments += "-DANDROID_STL=none"
arguments += "-DCMAKE_BUILD_TYPE=MinSizeRel"
arguments += "-DPlugin.Android.BionicLinkerUtil=ON"

cppFlags += "-std=c++2b"
cFlags += "-w"
cppFlags += "-w"

cppFlags += "-std=c++20"
cppFlags += "-fno-exceptions"
cppFlags += "-fno-rtti"
cppFlags += "-fvisibility=hidden"
Expand Down Expand Up @@ -71,7 +73,6 @@ android {

dependencies {
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
implementation("com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0")
}

tasks.register("updateModuleProp") {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/cpp/Dobby
Submodule Dobby added at 7447fd
18 changes: 0 additions & 18 deletions app/src/main/cpp/Dobby/.clang-format

This file was deleted.

80 changes: 0 additions & 80 deletions app/src/main/cpp/Dobby/.gitignore

This file was deleted.

Loading

0 comments on commit ad3b055

Please sign in to comment.