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
081148b2
Commit
081148b2
authored
May 05, 2022
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies
parent
a32c4561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle.kts
app/build.gradle.kts
+4
-4
build.gradle.kts
buildSrc/build.gradle.kts
+1
-1
No files found.
app/build.gradle.kts
View file @
081148b2
...
@@ -86,7 +86,7 @@ dependencies {
...
@@ -86,7 +86,7 @@ dependencies {
implementation
(
"${bindingAdapter}:${vBAdapt}"
)
implementation
(
"${bindingAdapter}:${vBAdapt}"
)
implementation
(
"${bindingAdapter}-recyclerview:${vBAdapt}"
)
implementation
(
"${bindingAdapter}-recyclerview:${vBAdapt}"
)
val
vLibsu
=
"5.0.
0
"
val
vLibsu
=
"5.0.
1
"
implementation
(
"com.github.topjohnwu.libsu:core:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:core:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:service:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:service:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:nio:${vLibsu}"
)
implementation
(
"com.github.topjohnwu.libsu:nio:${vLibsu}"
)
...
@@ -105,12 +105,12 @@ dependencies {
...
@@ -105,12 +105,12 @@ dependencies {
implementation
(
"com.squareup.moshi:moshi:${vMoshi}"
)
implementation
(
"com.squareup.moshi:moshi:${vMoshi}"
)
kapt
(
"com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}"
)
kapt
(
"com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}"
)
val
vRoom
=
"2.4.
1
"
val
vRoom
=
"2.4.
2
"
implementation
(
"androidx.room:room-runtime:${vRoom}"
)
implementation
(
"androidx.room:room-runtime:${vRoom}"
)
implementation
(
"androidx.room:room-ktx:${vRoom}"
)
implementation
(
"androidx.room:room-ktx:${vRoom}"
)
kapt
(
"androidx.room:room-compiler:${vRoom}"
)
kapt
(
"androidx.room:room-compiler:${vRoom}"
)
val
vNav
=
"2.5.0-
alph
a01"
val
vNav
=
"2.5.0-
bet
a01"
implementation
(
"androidx.navigation:navigation-fragment-ktx:${vNav}"
)
implementation
(
"androidx.navigation:navigation-fragment-ktx:${vNav}"
)
implementation
(
"androidx.navigation:navigation-ui-ktx:${vNav}"
)
implementation
(
"androidx.navigation:navigation-ui-ktx:${vNav}"
)
...
@@ -123,6 +123,6 @@ dependencies {
...
@@ -123,6 +123,6 @@ dependencies {
implementation
(
"androidx.fragment:fragment-ktx:1.4.1"
)
implementation
(
"androidx.fragment:fragment-ktx:1.4.1"
)
implementation
(
"androidx.transition:transition:1.4.1"
)
implementation
(
"androidx.transition:transition:1.4.1"
)
implementation
(
"androidx.core:core-ktx:1.7.0"
)
implementation
(
"androidx.core:core-ktx:1.7.0"
)
implementation
(
"androidx.core:core-splashscreen:1.0.0-beta0
1
"
)
implementation
(
"androidx.core:core-splashscreen:1.0.0-beta0
2
"
)
implementation
(
"com.google.android.material:material:1.5.0"
)
implementation
(
"com.google.android.material:material:1.5.0"
)
}
}
buildSrc/build.gradle.kts
View file @
081148b2
...
@@ -26,7 +26,7 @@ tasks.withType<KotlinCompile> {
...
@@ -26,7 +26,7 @@ tasks.withType<KotlinCompile> {
dependencies
{
dependencies
{
implementation
(
kotlin
(
"gradle-plugin"
,
"1.6.10"
))
implementation
(
kotlin
(
"gradle-plugin"
,
"1.6.10"
))
implementation
(
"com.android.tools.build:gradle:7.1.3"
)
implementation
(
"com.android.tools.build:gradle:7.1.3"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-
alph
a01"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-
bet
a01"
)
implementation
(
"io.michaelrocks:paranoid-gradle-plugin:0.3.7"
)
implementation
(
"io.michaelrocks:paranoid-gradle-plugin:0.3.7"
)
implementation
(
"org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r"
)
implementation
(
"org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-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