diff --git a/Habitica/build.gradle b/Habitica/build.gradle index f2248cafb..594963bf9 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -113,7 +113,7 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.2' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.2' //Push Notifications - implementation 'com.google.firebase:firebase-core:17.0.0' + implementation 'com.google.firebase:firebase-core:17.0.1' implementation 'com.google.firebase:firebase-messaging:19.0.1' implementation 'com.google.firebase:firebase-config:18.0.0' implementation 'com.google.firebase:firebase-perf:18.0.1' @@ -149,8 +149,8 @@ android { buildConfigField "String", "TESTING_LEVEL", "\"production\"" multiDexEnabled true - versionCode 2179 - versionName "2.0.2" + versionCode 2184 + versionName "2.0.3" } lintOptions { diff --git a/build.gradle b/build.gradle index 40ec1019b..8082ccd26 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.3.31' + ext.kotlin_version = '1.3.40' ext.build_tools_version = '28.0.3' ext.sdk_version = 28 @@ -11,14 +11,14 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.4.2' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' - classpath 'com.google.gms:google-services:4.2.0' + classpath 'com.google.gms:google-services:4.3.0' classpath "io.realm:realm-gradle-plugin:5.11.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC4-3" classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0" - classpath 'com.google.firebase:perf-plugin:1.2.1' + classpath 'com.google.firebase:perf-plugin:1.3.1' } } diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index e20bde78c..c50ad4301 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,3 +1,5 @@ -We fixed a bug where the task list would not update correctly in version 2.0.2. +Things that 2.0.3 fixes: -In the latest update, version 2.0 brings you a redesigned way to add new tasks as well as a new Notifications section in the Menu so that you can stay up to date with your Party and Guilds! We also fixed bugs related to task editing, Shops, and Rewards. Be sure to download this update now for a better Habitica experience! +- Adding local authentication to an account with social authentication +- Users could end up with pets they didn't own showing in the stable +- The pin/unpin button wasn't showing correctly.