Updated on 2026-08-14
This commit is contained in:
parent
3cc64c9d1f
commit
6d998a1b61
5 changed files with 4 additions and 6 deletions
BIN
app/libs/rekotlin-1.0.4.jar
Normal file
BIN
app/libs/rekotlin-1.0.4.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue