File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ android {
6464}
6565
6666dependencies {
67- implementation ' com.github.SimpleMobileTools:Simple-Commons:b9309035a9 '
67+ implementation ' com.github.SimpleMobileTools:Simple-Commons:4c83ec8740 '
6868 implementation ' com.github.tibbi:PdfViewPager:d2af24208d'
6969 implementation ' com.github.Stericson:RootTools:df729dcb13'
7070 implementation ' com.github.Stericson:RootShell:1.6'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55
66 repositories {
77 google()
8- jcenter ()
8+ mavenCentral ()
99 }
1010
1111 dependencies {
@@ -20,7 +20,7 @@ buildscript {
2020allprojects {
2121 repositories {
2222 google()
23- jcenter ()
23+ mavenCentral ()
2424 maven { url " https://jitpack.io" }
2525 }
2626}
You can’t perform that action at this time.
0 commit comments