Skip to content

Commit

Permalink
Prepared project for new 1.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Aug 17, 2020
1 parent 7be5e09 commit 7a24166
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a24166

Please sign in to comment.