Removed redundant app stores

Updated build flavors and README.md
This commit is contained in:
Sad Ellie 2023-04-25 12:02:30 +03:00
parent 4eb6e223b8
commit 5a99a40457
4 changed files with 1 additions and 11 deletions

View File

@ -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

View File

@ -61,8 +61,6 @@ android {
productFlavors {
create("playStore") {}
create("ruStore") {}
create("nashStore") {}
create("ruMarket") {}
create("fdroid") {}
}

View File

@ -41,8 +41,6 @@ internal fun Project.configureKotlinAndroid(
productFlavors {
create("playStore") {}
create("ruStore") {}
create("nashStore") {}
create("ruMarket") {}
create("fdroid") {}
}

View File

@ -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")
}