-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule api
updated
10 files
+2 −0 | .gitattributes | |
+0 −1 | .gitignore | |
+3 −6 | dhizuku-aidl/build.gradle | |
+3 −3 | dhizuku-api/build.gradle | |
+4 −4 | dhizuku-shared/build.gradle | |
+ − | gradle/wrapper/gradle-wrapper.jar | |
+3 −2 | gradle/wrapper/gradle-wrapper.properties | |
+173 −109 | gradlew | |
+9 −6 | gradlew.bat | |
+0 −3 | hidden-api/build.gradle |
4 changes: 2 additions & 2 deletions
4
app/src/main/java/com/rosan/dhizuku/server/DhizukuConstants.kt
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.rosan.dhizuku.server | ||
|
||
val DHIZUKU_SERVRE_VERSION_CODE = 5 | ||
const val DHIZUKU_SERVRE_VERSION_CODE = 5 | ||
|
||
val DHIZUKU_SERVER_VERSION_NAME = "1.5" | ||
const val DHIZUKU_SERVER_VERSION_NAME = "1.5" |
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