diff --git a/app/build.gradle b/app/build.gradle index e920976..2e9e273 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 27 - buildToolsVersion "27.0.1" defaultConfig { applicationId "com.simplemobiletools.flashlight" @@ -38,7 +37,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.2.3' + implementation 'com.simplemobiletools:commons:3.7.8' implementation 'com.squareup:otto:1.3.8' } diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0ebcd87..d781ec5 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/build.gradle b/build.gradle index 89e92a1..cc21c03 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.0' + ext.kotlin_version = '1.2.10' repositories { jcenter() diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a3b04a5..5c8f43c 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