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
662a5c8e
Commit
662a5c8e
authored
Jun 06, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Retrofit 2.6.0
parent
7edfbfb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
build.gradle
app/build.gradle
+1
-1
proguard-rules.pro
app/proguard-rules.pro
+0
-3
No files found.
app/build.gradle
View file @
662a5c8e
...
@@ -74,7 +74,7 @@ dependencies {
...
@@ -74,7 +74,7 @@ dependencies {
implementation
"org.koin:koin-android:${vKoin}"
implementation
"org.koin:koin-android:${vKoin}"
implementation
"org.koin:koin-androidx-viewmodel:${vKoin}"
implementation
"org.koin:koin-androidx-viewmodel:${vKoin}"
def
vRetrofit
=
"2.
5
.0"
def
vRetrofit
=
"2.
6
.0"
implementation
"com.squareup.retrofit2:retrofit:${vRetrofit}"
implementation
"com.squareup.retrofit2:retrofit:${vRetrofit}"
implementation
"com.squareup.retrofit2:converter-moshi:${vRetrofit}"
implementation
"com.squareup.retrofit2:converter-moshi:${vRetrofit}"
implementation
"com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
implementation
"com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
...
...
app/proguard-rules.pro
View file @
662a5c8e
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
# public *;
# public *;
#}
#}
# Retrofit classes
-
keep
,
allowobfuscation
class
com
.
topjohnwu
.
magisk
.
data
.
network
.
*
# Snet
# Snet
-
keepclassmembers
class
com
.
topjohnwu
.
magisk
.
utils
.
ISafetyNetHelper
{
*
;
}
-
keepclassmembers
class
com
.
topjohnwu
.
magisk
.
utils
.
ISafetyNetHelper
{
*
;
}
-
keep
,
allowobfuscation
interface
com
.
topjohnwu
.
magisk
.
utils
.
ISafetyNetHelper
$
Callback
-
keep
,
allowobfuscation
interface
com
.
topjohnwu
.
magisk
.
utils
.
ISafetyNetHelper
$
Callback
...
...
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