mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
First 4.0 beta
This commit is contained in:
parent
e8d26ffe82
commit
0eb876569b
3 changed files with 4 additions and 4 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
NAME=4.0
|
||||
CODE=4240
|
||||
CODE=4250
|
||||
Loading…
Reference in a new issue