From 0eb876569bce8d3b55c30cf4dba530c80888a513 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 19 Jul 2022 18:51:33 +0200 Subject: [PATCH] First 4.0 beta --- README.md | 2 +- build.gradle | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7aab545bb..1878b8c6d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ You can install our code style scheme to Intellij and/or Android Studio via this c. Create two apps in the project: `com.habitrpg.android.habitica` and `com.habitrpg.android.habitica.debug` - d. Creating each app will generate a `google-services.json` file. Download the `google-services.json` file from the second app and put it in `\Habitica\` + d. Creating each app will generate a `google-services.json` file. Download the `google-services.json` file from the second app and put it in `\Habitica\` and `\wearos\` You can skip the last part of the app creation wizards (where you run the app to verify installation). diff --git a/build.gradle b/build.gradle index 7e5ecde9f..ed5064561 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ buildscript { ext { target_sdk = 32 - app_version_name = '4.0' - app_version_code = 4020 + app_version_name = '' + app_version_code = 0 kotlin_version = '1.7.0' diff --git a/version.properties b/version.properties index a4155b43a..d50f527e0 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ NAME=4.0 -CODE=4240 \ No newline at end of file +CODE=4250 \ No newline at end of file