From eb16675dfa371ba10bc981b7d9ed3a8d46e3dfad Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 17 Jan 2018 16:26:10 +0100 Subject: [PATCH] update commons to 3.7.7 --- README.md | 2 +- app/build.gradle | 2 +- app/proguard-rules.pro | 3 --- app/src/main/res/values/colors.xml | 4 +--- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 685e1918..fc7d69d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of License ------- - Copyright 2016-2017 SimpleMobileTools + Copyright 2016-present SimpleMobileTools Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/app/build.gradle b/app/build.gradle index 12cef89f..2d846a0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 60a2d3e1..f3d41e79 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -2,6 +2,3 @@ -dontnote org.apache.http.** -keep class com.simplemobiletools.** { *; } -dontwarn com.simplemobiletools.** - --renamesourcefileattribute SourceFile --keepattributes SourceFile, LineNumberTable diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0ebcd872..d781ec5f 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,6 +1,4 @@ - - @color/theme_dark_text_color - @color/theme_dark_background_color + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eb6c8911..584a2ffd 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip