diff --git a/app/libs/rekotlin-1.0.4.jar b/app/libs/rekotlin-1.0.4.jar new file mode 100644 index 0000000000..3221e554be Binary files /dev/null and b/app/libs/rekotlin-1.0.4.jar differ diff --git a/app/libs/ripple-core-0.0.1.jar b/app/libs/ripple-core-0.0.1.jar deleted file mode 100644 index 617db52b2d..0000000000 Binary files a/app/libs/ripple-core-0.0.1.jar and /dev/null differ diff --git a/app/libs/walletconnect-1.5.6.aar b/app/libs/walletconnect-1.5.6.aar deleted file mode 100644 index 30c576fb89..0000000000 Binary files a/app/libs/walletconnect-1.5.6.aar and /dev/null differ diff --git a/gradle.properties b/gradle.properties index f2b4a4d611..b2ef2745d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/settings.gradle.kts b/settings.gradle.kts index 0d6be44673..858b9a3a3f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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/") }