diff --git a/README.md b/README.md index 427e72f..757d9fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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. diff --git a/app/build.gradle b/app/build.gradle index c023b45..b5a5ef8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:3.4.5' + implementation 'com.simplemobiletools:commons:3.7.8' } Properties props = new Properties() 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 681f477..063ff30 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