Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-19 22:22:03 +03:00
parent 3cc64c9d1f
commit 6d998a1b61
5 changed files with 4 additions and 6 deletions

BIN
app/libs/rekotlin-1.0.4.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -14,5 +14,5 @@ org.gradle.parallel = true
org.gradle.daemon = true
android.useAndroidX = true
android.enableJetifier = true
#org.gradle.unsafe.configuration-cache = true
org.gradle.unsafe.configuration-cache = true
android.nonTransitiveRClass = false

View file

@ -24,6 +24,9 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
flatDir {
dirs("app/libs")
}
google {
content {
includeGroupAndSubgroups("androidx")
@ -92,11 +95,6 @@ dependencyResolutionManagement {
includeGroupAndSubgroups("com.tangem.vico")
}
}
jcenter { // unable to replace with mavenCentral() due to rekotlin
content {
includeModule("org.rekotlin", "rekotlin")
}
}
maven("https://jitpack.io")
maven("https://clients-nexus.sprinklr.com/")
}