update commons to 3.7.8

This commit is contained in:
tibbi 2018-01-17 17:36:15 +01:00
parent e3b319eba4
commit 88d9cabebe
7 changed files with 5 additions and 12 deletions

View file

@ -20,7 +20,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of
License
-------
Copyright 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.

View file

@ -41,7 +41,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.6.19'
implementation 'com.simplemobiletools:commons:3.7.8'
implementation 'com.squareup:otto:1.3.8'
implementation 'com.facebook.stetho:stetho:1.5.0'

View file

@ -14,6 +14,3 @@
@com.squareup.otto.Subscribe public *;
@com.squareup.otto.Produce public *;
}
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable

View file

@ -17,8 +17,6 @@ val NEXT = PATH + "NEXT"
val EDIT = PATH + "EDIT"
val PLAYPOS = PATH + "PLAYPOS"
val REFRESH_LIST = PATH + "REFRESH_LIST"
val CALL_START = PATH + "CALL_START"
val CALL_STOP = PATH + "CALL_STOP"
val SET_PROGRESS = PATH + "SET_PROGRESS"
val SET_EQUALIZER = PATH + "SET_EQUALIZER"

View file

@ -57,7 +57,7 @@
android:layout_height="1px"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"
android:background="@color/divider_weak"/>
android:background="@color/divider_grey"/>
<RadioGroup
android:id="@+id/sorting_dialog_radio_order"

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>

View file

@ -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