From 2420482e9d20b0a7d93b1cdf663929ffed48b056 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 23 Aug 2019 18:41:39 +0200 Subject: [PATCH] Bump build number --- Habitica/build.gradle | 20 ++++++++++---------- fastlane/changelog.txt | 14 ++++++++++---- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Habitica/build.gradle b/Habitica/build.gradle index af0505627..e7ffd5c36 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -17,7 +17,7 @@ buildscript { jcenter() } dependencies { - classpath 'io.fabric.tools:gradle:1.29.0' + classpath 'io.fabric.tools:gradle:1.31.0' classpath('com.noveogroup.android:check:1.2.5') { exclude module: 'checkstyle' exclude module: 'pmd-java' @@ -55,7 +55,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.5.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0' //Crash Logging - releaseImplementation('com.crashlytics.sdk.android:crashlytics:2.10.0@aar') { + releaseImplementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') { transitive = true } //Dependency Injection @@ -113,10 +113,10 @@ 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.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' + implementation 'com.google.firebase:firebase-core:17.1.0' + implementation 'com.google.firebase:firebase-messaging:20.0.0' + implementation 'com.google.firebase:firebase-config:19.0.0' + implementation 'com.google.firebase:firebase-perf:19.0.0' implementation 'com.google.android.gms:play-services-auth:17.0.0' implementation 'io.realm:android-adapters:3.1.0' implementation(project(':seeds-sdk')) { @@ -129,7 +129,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.0.2' implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" - kapt "androidx.lifecycle:lifecycle-compiler:2.0.0" + implementation "androidx.lifecycle:lifecycle-common-java8:2.0.0" implementation 'android.arch.navigation:navigation-fragment-ktx:1.0.0' implementation 'android.arch.navigation:navigation-ui-ktx:1.0.0' implementation 'com.plattysoft.leonids:LeonidsLib:1.3.2' @@ -138,8 +138,8 @@ dependencies { } android { - compileSdkVersion 28 - buildToolsVersion '28.0.3' + compileSdkVersion 29 + buildToolsVersion '29.0.2' defaultConfig { minSdkVersion 21 @@ -149,7 +149,7 @@ android { buildConfigField "String", "TESTING_LEVEL", "\"production\"" multiDexEnabled true - versionCode 2190 + versionCode 2205 versionName "2.1" } diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index c50ad4301..a10325dad 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,5 +1,11 @@ -Things that 2.0.3 fixes: +New: +- manage party members from the member list +- Better inbox notifications -- 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. +Fixed: +- Widgets caused crashes when tapped on +- Issues with task scheduling in the task form +- Quest detail showed from participant number + +Known issues: +- When opening mystery items, the equipment title is missing. This will be fixed with the next server deploy