Skip to content

Commit

Permalink
Merge branch 'jensck/updates-post-event-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Jun 16, 2020
2 parents 7098fc3 + a093be5 commit 0dfdb45
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-rc01'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.google.gms:google-services:4.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.1.0"
Expand Down
5 changes: 5 additions & 0 deletions cloudsdk/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1
=====
* Fixes for event handling


1.0.0
=====
* Add support for boolean variables
Expand Down
4 changes: 2 additions & 2 deletions cloudsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
}


// This is the library version used when deploying the artifact
version = '1.0.0'
// This is the library version used when publishing the artifact
version = '1.0.1'

ext {
bintrayRepo = 'android'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 0dfdb45

Please sign in to comment.