Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
a29fc117
Commit
a29fc117
authored
Sep 13, 2022
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libsu
Fix #6255
parent
a66a3b74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
build.gradle.kts
app/build.gradle.kts
+5
-6
build.gradle.kts
buildSrc/build.gradle.kts
+1
-1
No files found.
app/build.gradle.kts
View file @
a29fc117
...
...
@@ -78,7 +78,7 @@ dependencies {
implementation
(
"dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1"
)
implementation
(
"io.noties.markwon:core:4.6.2"
)
val
vLibsu
=
"5.0.
2
"
val
vLibsu
=
"5.0.
3
"
implementation
(
"com.github.topjohnwu.libsu:core:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:service:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:nio:${vLibsu}"
)
...
...
@@ -97,24 +97,23 @@ dependencies {
implementation
(
"com.squareup.moshi:moshi:${vMoshi}"
)
kapt
(
"com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}"
)
val
vRoom
=
"2.5.0-alpha0
2
"
val
vRoom
=
"2.5.0-alpha0
3
"
implementation
(
"androidx.room:room-runtime:${vRoom}"
)
implementation
(
"androidx.room:room-ktx:${vRoom}"
)
kapt
(
"androidx.room:room-compiler:${vRoom}"
)
val
vNav
=
"2.5.
1
"
val
vNav
=
"2.5.
2
"
implementation
(
"androidx.navigation:navigation-fragment-ktx:${vNav}"
)
implementation
(
"androidx.navigation:navigation-ui-ktx:${vNav}"
)
implementation
(
"androidx.biometric:biometric:1.1.0"
)
implementation
(
"androidx.constraintlayout:constraintlayout:2.1.4"
)
implementation
(
"androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
)
implementation
(
"androidx.appcompat:appcompat:1.5.0"
)
implementation
(
"androidx.preference:preference:1.2.0"
)
implementation
(
"androidx.appcompat:appcompat:1.5.1"
)
implementation
(
"androidx.recyclerview:recyclerview:1.2.1"
)
implementation
(
"androidx.fragment:fragment-ktx:1.5.2"
)
implementation
(
"androidx.transition:transition:1.4.1"
)
implementation
(
"androidx.core:core-ktx:1.
8
.0"
)
implementation
(
"androidx.core:core-ktx:1.
9
.0"
)
implementation
(
"androidx.core:core-splashscreen:1.0.0"
)
implementation
(
"com.google.android.material:material:1.6.1"
)
}
buildSrc/build.gradle.kts
View file @
a29fc117
...
...
@@ -26,7 +26,7 @@ tasks.withType<KotlinCompile> {
dependencies
{
implementation
(
kotlin
(
"gradle-plugin"
,
"1.7.10"
))
implementation
(
"com.android.tools.build:gradle:7.2.2"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.5.
1
"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.5.
2
"
)
implementation
(
"io.michaelrocks:paranoid-gradle-plugin:0.3.7"
)
implementation
(
"org.eclipse.jgit:org.eclipse.jgit:6.2.0.202206071550-r"
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment