Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 1e86b50

Browse files
committed
chore: updated cryptodemo rq-interceptor version
1 parent 3dfb8c1 commit 1e86b50

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CryptoDemo/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ dependencies {
110110
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
111111
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
112112

113-
debugImplementation "io.requestly.rqinterceptor:library:1.1.1"
114-
releaseImplementation "io.requestly.rqinterceptor:library-no-op:1.1.1"
113+
// implementation("io.requestly.rqinterceptor:library:1.0.0-SNAPSHOT")
114+
debugImplementation "io.requestly.rqinterceptor:library:1.1.5"
115+
releaseImplementation "io.requestly.rqinterceptor:library-no-op:1.1.5"
115116
}

CryptoDemo/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ buildscript {
88
repositories {
99
google()
1010
mavenCentral { url "https://plugins.gradle.org/m2/" }
11+
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
12+
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
1113
}
1214
dependencies {
1315
classpath 'com.android.tools.build:gradle:7.1.0'

0 commit comments

Comments
 (0)