Skip to content

Commit eb16675

Browse files
committed
update commons to 3.7.7
1 parent d3f1ea5 commit eb16675

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of
1919

2020
License
2121
-------
22-
Copyright 2016-2017 SimpleMobileTools
22+
Copyright 2016-present SimpleMobileTools
2323

2424
Licensed under the Apache License, Version 2.0 (the "License");
2525
you may not use this file except in compliance with the License.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
}
4242

4343
dependencies {
44-
implementation 'com.simplemobiletools:commons:3.6.11'
44+
implementation 'com.simplemobiletools:commons:3.7.7'
4545

4646
implementation files('../libs/RootTools.jar')
4747

app/proguard-rules.pro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
-dontnote org.apache.http.**
33
-keep class com.simplemobiletools.** { *; }
44
-dontwarn com.simplemobiletools.**
5-
6-
-renamesourcefileattribute SourceFile
7-
-keepattributes SourceFile, LineNumberTable

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<!-- Default colors -->
4-
<color name="default_text_color">@color/theme_dark_text_color</color>
5-
<color name="default_background_color">@color/theme_dark_background_color</color>
3+
64
</resources>

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 commit comments

Comments
 (0)