Update support links (#1595)

* Update support links list, add proper support for light/dark icons, update provider icons

* Update trocador icon

* Update variable

* trial fix for android build

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
This commit is contained in:
tuxsudo 2024-08-13 07:15:47 -04:00 committed by GitHub
parent 1ce60d62b3
commit 0491ad9ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 47 additions and 24 deletions

View file

@ -5,7 +5,7 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -17,7 +17,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}