diff --git a/Gemfile.lock b/Gemfile.lock index b99760ca5..48719447b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,6 +63,7 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-increment_version_code (0.4.3) + fastlane-plugin-versioning_android (0.1.0) gh_inspector (1.1.3) google-api-client (0.23.9) addressable (~> 2.5, >= 2.5.1) @@ -145,6 +146,7 @@ PLATFORMS DEPENDENCIES fastlane fastlane-plugin-increment_version_code + fastlane-plugin-versioning_android BUNDLED WITH 1.16.4 diff --git a/Habitica/build.gradle b/Habitica/build.gradle index ab2bcf968..f2746ef0b 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxjava:2.2.2' //Analytics implementation 'com.amplitude:android-sdk:2.18.1' - implementation 'com.instabug.library:instabug:8.0.3' + implementation 'com.instabug.library:instabug:8.0.11' // Fresco Image Management Library implementation('com.facebook.fresco:fresco:1.11.0') { exclude module: 'bolts-android' @@ -145,7 +145,7 @@ android { buildConfigField "String", "STORE", "\"google\"" multiDexEnabled true - versionCode 2016 + versionCode 2021 versionName "1.6" } diff --git a/Habitica/res/drawable/purchase_button_background.xml b/Habitica/res/drawable/purchase_button_background.xml index 697ac5c1d..829c7542d 100644 --- a/Habitica/res/drawable/purchase_button_background.xml +++ b/Habitica/res/drawable/purchase_button_background.xml @@ -1,11 +1,46 @@ - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Habitica/res/layout/activity_verify_username.xml b/Habitica/res/layout/activity_verify_username.xml index 93fc44b8c..87586f6b7 100644 --- a/Habitica/res/layout/activity_verify_username.xml +++ b/Habitica/res/layout/activity_verify_username.xml @@ -2,162 +2,165 @@ - - - + android:layout_height="match_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - -