update commons to 3.7.7

This commit is contained in:
tibbi
2018-01-17 16:26:10 +01:00
parent d3f1ea540c
commit eb16675dfa
5 changed files with 4 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.6.11'
implementation 'com.simplemobiletools:commons:3.7.7'
implementation files('../libs/RootTools.jar')

View File

@@ -2,6 +2,3 @@
-dontnote org.apache.http.**
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable

View File

@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default colors -->
<color name="default_text_color">@color/theme_dark_text_color</color>
<color name="default_background_color">@color/theme_dark_background_color</color>
</resources>