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
3e275b7d
Commit
3e275b7d
authored
Dec 06, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update a bunch of stuffs
parent
11b7076a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
build.gradle
app/build.gradle
+7
-7
build.gradle
build.gradle
+2
-2
build.gradle
signing/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
3e275b7d
...
...
@@ -74,7 +74,7 @@ dependencies {
implementation
"${bindingAdapter}:${vBAdapt}"
implementation
"${bindingAdapter}-recyclerview:${vBAdapt}"
def
vMarkwon
=
'4.
1.2
'
def
vMarkwon
=
'4.
2.0
'
implementation
"io.noties.markwon:core:${vMarkwon}"
implementation
"io.noties.markwon:html:${vMarkwon}"
implementation
"io.noties.markwon:image:${vMarkwon}"
...
...
@@ -99,7 +99,7 @@ dependencies {
implementation
"com.squareup.okhttp3:okhttp:${vOkHttp}"
implementation
"com.squareup.okhttp3:logging-interceptor:${vOkHttp}"
def
vMoshi
=
'1.9.
1
'
def
vMoshi
=
'1.9.
2
'
implementation
"com.squareup.moshi:moshi:${vMoshi}"
def
vKotshi
=
'2.0.2'
...
...
@@ -111,7 +111,7 @@ dependencies {
replacedBy
(
'com.github.topjohnwu:room-runtime'
)
}
}
def
vRoom
=
'2.2.
1
'
def
vRoom
=
'2.2.
2
'
implementation
"com.github.topjohnwu:room-runtime:${vRoom}"
implementation
"androidx.room:room-rxjava2:${vRoom}"
kapt
"androidx.room:room-compiler:${vRoom}"
...
...
@@ -124,12 +124,12 @@ dependencies {
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
implementation
'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
implementation
'androidx.preference:preference:1.1.0'
implementation
'androidx.recyclerview:recyclerview:1.1.0
-rc01
'
implementation
'androidx.fragment:fragment-ktx:1.2.0-rc0
2
'
implementation
'androidx.recyclerview:recyclerview:1.1.0'
implementation
'androidx.fragment:fragment-ktx:1.2.0-rc0
3
'
implementation
'androidx.cardview:cardview:1.0.0'
implementation
'androidx.work:work-runtime:2.2.0'
implementation
'androidx.transition:transition:1.3.0-rc0
1
'
implementation
'androidx.transition:transition:1.3.0-rc0
2
'
implementation
'androidx.multidex:multidex:2.0.1'
implementation
'androidx.core:core-ktx:1.1.0'
implementation
'com.google.android.material:material:1.2.0-alpha0
1
'
implementation
'com.google.android.material:material:1.2.0-alpha0
2
'
}
build.gradle
View file @
3e275b7d
...
...
@@ -7,7 +7,7 @@ if (configPath.exists())
configPath
.
withInputStream
{
is
->
props
.
load
(
is
)
}
buildscript
{
ext
.
vKotlin
=
'1.3.
50
'
ext
.
vKotlin
=
'1.3.
61
'
repositories
{
google
()
...
...
@@ -16,7 +16,7 @@ buildscript {
maven
{
url
'https://kotlin.bintray.com/kotlinx'
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.5.
2
'
classpath
'com.android.tools.build:gradle:3.5.
3
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:${vKotlin}"
...
...
signing/build.gradle
View file @
3e275b7d
...
...
@@ -34,7 +34,7 @@ repositories {
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
def
bcVer
=
'1.6
3
'
def
bcVer
=
'1.6
4
'
api
"org.bouncycastle:bcprov-jdk15on:${bcVer}"
api
"org.bouncycastle:bcpkix-jdk15on:${bcVer}"
}
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