diff --git a/README.md b/README.md index 2542df8..45aa2f8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the ```gradle dependencies { ... - implementation 'com.github.GrenderG:Toasty:1.4.2' + implementation 'com.github.GrenderG:Toasty:1.5.0' } ``` diff --git a/build.gradle b/build.gradle index 73c5aec..114f4bd 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong @@ -26,10 +26,10 @@ ext { minSdkVersion = 14 targetSdkVersion = compileSdkVersion - supportLibVersion = '1.1.0' + supportLibVersion = '1.2.0' - versionCode = 142 - versionName = '1.4.2' + versionCode = 150 + versionName = '1.5.0' } task clean(type: Delete) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2dd896c..3d81438 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jun 21 16:50:57 IST 2019 +#Mon Aug 17 15:54:40 CEST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip