mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
Removed redundant app stores
Updated build flavors and README.md
This commit is contained in:
parent
4eb6e223b8
commit
5a99a40457
@ -12,7 +12,7 @@
|
||||
## 📲 Download
|
||||
<a href="https://play.google.com/store/apps/details?id=com.sadellie.unitto"><img alt="Google Play" src="./content/googlePlay.png" width="32%"/></a>
|
||||
<a href="https://f-droid.org/packages/com.sadellie.unitto"><img alt="F-Droid" src="./content/fDroid.png" width="32%"/></a>
|
||||
<a href="https://apps.rustore.ru/app/com.sadellie.unitto"><img alt="RuMarket" src="./content/ruStore.png" width="32%"/></a>
|
||||
<a href="https://apps.rustore.ru/app/com.sadellie.unitto"><img alt="Rustore" src="./content/ruStore.png" width="32%"/></a>
|
||||
|
||||
## 😎 Features
|
||||
- Instant expression evaluation
|
||||
|
@ -61,8 +61,6 @@ android {
|
||||
productFlavors {
|
||||
create("playStore") {}
|
||||
create("ruStore") {}
|
||||
create("nashStore") {}
|
||||
create("ruMarket") {}
|
||||
create("fdroid") {}
|
||||
}
|
||||
|
||||
|
@ -41,8 +41,6 @@ internal fun Project.configureKotlinAndroid(
|
||||
productFlavors {
|
||||
create("playStore") {}
|
||||
create("ruStore") {}
|
||||
create("nashStore") {}
|
||||
create("ruMarket") {}
|
||||
create("fdroid") {}
|
||||
}
|
||||
|
||||
|
@ -32,15 +32,9 @@ android {
|
||||
getByName("playStore") {
|
||||
storeLink("http://play.google.com/store/apps/details?id=com.sadellie.unitto")
|
||||
}
|
||||
getByName("nashStore") {
|
||||
storeLink("https://store.nashstore.ru/store/627de8394891a527a6efe56a")
|
||||
}
|
||||
getByName("ruStore") {
|
||||
storeLink("https://apps.rustore.ru/app/com.sadellie.unitto")
|
||||
}
|
||||
getByName("ruMarket") {
|
||||
storeLink("https://store.ruplay.market/app/com.sadellie.unitto")
|
||||
}
|
||||
getByName("fdroid") {
|
||||
storeLink("https://github.com/sadellie/unitto")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user