diff --git a/build.gradle b/build.gradle index 8c909dcf..3c03fa73 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/cloudsdk/CHANGELOG b/cloudsdk/CHANGELOG index f2c8feff..4bc57dc7 100644 --- a/cloudsdk/CHANGELOG +++ b/cloudsdk/CHANGELOG @@ -1,3 +1,8 @@ +1.0.1 +===== +* Fixes for event handling + + 1.0.0 ===== * Add support for boolean variables diff --git a/cloudsdk/build.gradle b/cloudsdk/build.gradle index fe3e7c58..53c6b89d 100644 --- a/cloudsdk/build.gradle +++ b/cloudsdk/build.gradle @@ -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' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 594c724d..108ecf88 100755 --- 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-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip