forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace axml by WindySha/ManifestEditor
- Loading branch information
1 parent
b6e6740
commit be6e7a0
Showing
9 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
val androidSourceCompatibility: JavaVersion by rootProject.extra | ||
val androidTargetCompatibility: JavaVersion by rootProject.extra | ||
|
||
plugins { | ||
id("java-library") | ||
} | ||
|
||
java { | ||
sourceCompatibility = androidSourceCompatibility | ||
targetCompatibility = androidTargetCompatibility | ||
sourceSets { | ||
main { | ||
java.srcDirs("libs/manifest-editor/lib/src/main/java") | ||
resources.srcDirs("libs/manifest-editor/lib/src/main") | ||
} | ||
} | ||
} |
Submodule manifest-editor
added at
1eddf6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,3 @@ | |
} | ||
-repackageclasses | ||
-allowaccessmodification | ||
-dontwarn org.slf4j.impl.StaticLoggerBinder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters