fortify improvements

This commit is contained in:
Phillip Thelen 2020-10-28 10:01:54 +01:00
parent eff62eaf53
commit c5d55e05c8
4 changed files with 11 additions and 9 deletions

View file

@ -110,9 +110,9 @@ dependencies {
//Leak Detection
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
//Push Notifications
implementation 'com.google.firebase:firebase-core:17.5.0'
implementation 'com.google.firebase:firebase-messaging:20.3.0'
implementation 'com.google.firebase:firebase-config:19.2.0'
implementation 'com.google.firebase:firebase-core:18.0.0'
implementation 'com.google.firebase:firebase-messaging:21.0.0'
implementation 'com.google.firebase:firebase-config:20.0.0'
implementation 'com.google.firebase:firebase-perf:19.0.9'
implementation 'com.google.android.gms:play-services-auth:18.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
@ -121,8 +121,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation "androidx.lifecycle:lifecycle-common-java8:2.2.0"
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'
implementation "androidx.paging:paging-runtime-ktx:2.1.2"
implementation 'com.plattysoft.leonids:LeonidsLib:1.3.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
@ -150,7 +150,7 @@ android {
buildConfigField "String", "TESTING_LEVEL", "\"production\""
resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW"
versionCode 2587
versionCode 2614
versionName "3.1"
}

View file

@ -152,6 +152,8 @@ open class ShopItem : RealmObject() {
item.imageName = "inventory_special_fortify"
item.value = 4
item.currency = "gems"
item.pinType = "fortify"
item.path = "special.fortify"
item.purchaseType = "fortify"
return item
}

View file

@ -1 +1 @@
Were back with a big update that brings a feature many have been waiting for: Dark Mode! Along with that comes a pretty big design refresh that helped us make Dark Mode a reality. Weve also introduced a few privacy related updates including the ability to disable private messages and block from a players profile. There was lots of code cleanup and bug fixing behind the scenes that should help the app run more efficiently and make it easier for us to continue making Habitica the best it can be
Thanks for helping us testing!

View file

@ -1,6 +1,6 @@
#Tue Oct 27 15:21:10 CET 2020
#Tue Oct 27 17:32:09 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip