Compare commits
2 Commits
4449b5cf8f
...
1.0b
Author | SHA1 | Date | |
---|---|---|---|
f7a166c9f2 | |||
8cc871203d |
@ -39,8 +39,11 @@
|
|||||||
## 📳 Installation
|
## 📳 Installation
|
||||||
|
|
||||||
<div style="display: flex; justify-content: center; align-items: center; flex-direction: row;">
|
<div style="display: flex; justify-content: center; align-items: center; flex-direction: row;">
|
||||||
<a href="https://f-droid.org/packages/net.helcel.beans/">
|
<!--<a href="https://f-droid.org/packages/net.helcel.beans/">
|
||||||
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206">
|
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206">
|
||||||
|
</a>-->
|
||||||
|
<a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.beans">
|
||||||
|
<img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/helcel-net/beans/releases/latest">
|
<a href="https://github.com/helcel-net/beans/releases/latest">
|
||||||
<img width="200" height="84" alt="APK Download" src=".github/images/apk.png">
|
<img width="200" height="84" alt="APK Download" src=".github/images/apk.png">
|
||||||
|
@ -78,6 +78,7 @@ android {
|
|||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"]
|
exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"]
|
||||||
configPath = "config"
|
configPath = "config"
|
||||||
|
excludeFields = ["generated"]
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Reference in New Issue
Block a user