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
0407062c
Commit
0407062c
authored
Apr 19, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into pull request #1342
parents
15aa8134
f315c441
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
build.gradle
app/build.gradle
+1
-1
build.gradle
build.gradle
+2
-2
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+2
-2
No files found.
app/build.gradle
View file @
0407062c
...
@@ -60,7 +60,7 @@ dependencies {
...
@@ -60,7 +60,7 @@ dependencies {
implementation
'androidx.work:work-runtime:2.0.1'
implementation
'androidx.work:work-runtime:2.0.1'
implementation
'androidx.transition:transition:1.1.0-beta01'
implementation
'androidx.transition:transition:1.1.0-beta01'
def
libsuVersion
=
'2.
4
.0'
def
libsuVersion
=
'2.
5
.0'
implementation
"com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:io:${libsuVersion}"
implementation
"com.github.topjohnwu.libsu:io:${libsuVersion}"
...
...
build.gradle
View file @
0407062c
...
@@ -15,7 +15,7 @@ buildscript {
...
@@ -15,7 +15,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools:r8:1.4.79'
classpath
'com.android.tools:r8:1.4.79'
classpath
'com.android.tools.build:gradle:3.5.0-alpha1
0
'
classpath
'com.android.tools.build:gradle:3.5.0-alpha1
2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30"
...
@@ -42,7 +42,7 @@ subprojects {
...
@@ -42,7 +42,7 @@ subprojects {
}
}
afterEvaluate
{
afterEvaluate
{
if
(
getPlugins
().
hasPlugin
(
'com.android.library'
)
||
if
(
getPlugins
().
hasPlugin
(
'com.android.library'
)
||
getPlugins
().
hasPlugin
(
'com.android.application'
))
{
getPlugins
().
hasPlugin
(
'com.android.application'
))
{
android
{
android
{
compileSdkVersion
'android-Q'
compileSdkVersion
'android-Q'
buildToolsVersion
'29.0.0-rc2'
buildToolsVersion
'29.0.0-rc2'
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
0407062c
#
Tue Mar 26 00:03:20
EDT 2019
#
Mon Apr 15 22:35:08
EDT 2019
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.3
-rc-2
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.3
.1
-all.zip
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