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
4b307cad
Commit
4b307cad
authored
Oct 24, 2021
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Random minor changes
parent
7496d515
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
+6
-10
build.gradle.kts
app/build.gradle.kts
+4
-4
build.gradle.kts
buildSrc/build.gradle.kts
+2
-2
thread.cpp
native/jni/core/thread.cpp
+0
-4
No files found.
app/build.gradle.kts
View file @
4b307cad
...
...
@@ -103,7 +103,7 @@ dependencies {
implementation
(
"com.squareup.retrofit2:converter-moshi:${vRetrofit}"
)
implementation
(
"com.squareup.retrofit2:converter-scalars:${vRetrofit}"
)
val
vOkHttp
=
"4.9.
1
"
val
vOkHttp
=
"4.9.
2
"
implementation
(
"com.squareup.okhttp3:okhttp:${vOkHttp}"
)
implementation
(
"com.squareup.okhttp3:logging-interceptor:${vOkHttp}"
)
...
...
@@ -116,18 +116,18 @@ dependencies {
implementation
(
"androidx.room:room-ktx:${vRoom}"
)
kapt
(
"androidx.room:room-compiler:${vRoom}"
)
val
vNav
=
"2.4.0-alpha
08
"
val
vNav
=
"2.4.0-alpha
10
"
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.
0
"
)
implementation
(
"androidx.constraintlayout:constraintlayout:2.1.
1
"
)
implementation
(
"androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
)
implementation
(
"androidx.browser:browser:1.3.0"
)
implementation
(
"androidx.preference:preference:1.1.1"
)
implementation
(
"androidx.recyclerview:recyclerview:1.2.1"
)
implementation
(
"androidx.fragment:fragment-ktx:1.3.6"
)
implementation
(
"androidx.work:work-runtime-ktx:2.7.0
-beta01
"
)
implementation
(
"androidx.work:work-runtime-ktx:2.7.0"
)
implementation
(
"androidx.transition:transition:1.4.1"
)
implementation
(
"androidx.core:core-ktx:1.6.0"
)
implementation
(
"com.google.android.material:material:1.4.0"
)
...
...
buildSrc/build.gradle.kts
View file @
4b307cad
...
...
@@ -16,9 +16,9 @@ gradlePlugin {
}
dependencies
{
implementation
(
kotlin
(
"gradle-plugin"
,
"1.5.3
0
"
))
implementation
(
kotlin
(
"gradle-plugin"
,
"1.5.3
1
"
))
implementation
(
"com.android.tools.build:gradle:7.0.3"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha
08
"
)
implementation
(
"androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha
10
"
)
implementation
(
"io.michaelrocks:paranoid-gradle-plugin:0.3.5"
)
implementation
(
"org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r"
)
}
native/jni/core/thread.cpp
View file @
4b307cad
...
...
@@ -6,10 +6,6 @@
using
namespace
std
;
#ifndef PTHREAD_COND_INITIALIZER_MONOTONIC_NP
#define PTHREAD_COND_INITIALIZER_MONOTONIC_NP { { 1 << 1 } }
#endif
#define THREAD_IDLE_MAX_SEC 60
#define CORE_POOL_SIZE 3
...
...
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