This commit is contained in:
feruz 2020-07-17 17:43:12 +03:00
parent 96f92d25cf
commit 685b1f4371
4 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018-2019 Ecency https://ecency.com
Copyright (c) 2018-2020 Ecency https://ecency.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -16,9 +16,9 @@ PlayStore Android: https://android.ecency.com
### I. How do I get set up? 🔧
`$ git clone https://github.com/esteemapp/Ecency-mobile.git`
`$ git clone https://github.com/ecency/ecency-mobile.git`
`$ cd Ecency-mobile`
`$ cd ecency-mobile`
`$ yarn`
@ -51,7 +51,7 @@ TODO
1. When you address an issue or a feature, make sure that there doesn't already exist a ISSUES ticket for this work item.
- [Issues](https://github.com/esteemapp/ecency-mobile/issues)
- [Issues](https://github.com/ecency/ecency-mobile/issues)
2. If the item already exists and is in progress, please remove the card or the issue you were assigned and leave a note that it is a duplicate.
3.If the item is not being worked on, please make sure that you put the card or issue as "In Progress" and assign it to yourself so other developers know that you are working on it.
@ -108,7 +108,7 @@ We will evaluate the risk and make a patch available before filing the issue.
# Sponsors and Collaborators
- Steem community
- Hive community
- React native community
- Bugsnag
- Appcenter

View File

@ -35,12 +35,12 @@ android_library(
android_build_config(
name = "build_config",
package = "com.Ecency",
package = "com.ecency",
)
android_resource(
name = "res",
package = "com.Ecency",
package = "com.ecency",
res = "src/main/res",
)

View File

@ -28,10 +28,11 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>Ecency</string>
<string>ecency</string>
<key>CFBundleURLSchemes</key>
<array>
<string>Ecency</string>
<string>ecency</string>
<string>esteem</string>
<string>hive</string>
</array>
</dict>