update commons to 3.7.6

This commit is contained in:
tibbi 2018-01-16 18:57:09 +01:00
parent 23201138ac
commit e141301464
5 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion '27.0.2'
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.calculator" applicationId "com.simplemobiletools.calculator"
@ -40,7 +39,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:3.3.12' implementation 'com.simplemobiletools:commons:3.7.6'
implementation 'me.grantland:autofittextview:0.2.1' implementation 'me.grantland:autofittextview:0.2.1'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'

View File

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"> android:shape="rectangle">
<solid <solid
android:color="@color/dark_grey_pressed_mask"/> android:color="@color/pressed_item_foreground"/>
</shape> </shape>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="dark_grey_pressed_mask">#11000000</color>
</resources> </resources>

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.2.0' ext.kotlin_version = '1.2.10'
repositories { repositories {
jcenter() jcenter()

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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