Sairaj
03/28/2021, 7:29 PM.addBodyDecoder(decoder)
builder method in v3.4.0. Can someone help?Vova Buberenko
03/28/2021, 7:43 PMSairaj
03/29/2021, 3:59 AMCould not GET '<https://s3-ap-southeast-1.amazonaws.com/godel-release/godel/com/github/chuckerteam/chucker/library/develop-SNAPSHOT/maven-metadata.xml>'. Received status code 403 from server: Forbidden
Vova Buberenko
03/29/2021, 6:40 AMdevelop-SNAPSHOT
, so assume that you decided to go with JitPack.
Have you added <http://jitpack.io|jitpack.io>
to project’s repositories block?Sairaj
03/29/2021, 1:46 PMMiSikora
03/29/2021, 2:40 PMSairaj
03/30/2021, 3:55 AMdependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation rootProject.ext.supportAppCompatLibrary
implementation rootProject.ext.gms
//implementation 'com.scottyab:rootbeer-lib:0.0.6'
// Dependency for test
testImplementation rootProject.ext.junit
androidTestImplementation rootProject.ext.supportTestRunner
androidTestImplementation rootProject.ext.espressoCore
testImplementation rootProject.ext.mockitoCore
androidTestImplementation rootProject.ext.mockitoAndroid
testImplementation rootProject.ext.powermockMockito2
testImplementation rootProject.ext.powermockJunit4
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.github.chuckerteam.chucker:library:develop-SNAPSHOT"
}
repositories {
mavenCentral()
maven { url "<https://jitpack.io>" }
maven { url "<https://oss.sonatype.org/content/repositories/snapshots/>" }
}
develop
one resolves the method but fails on compilation with a 403
MiSikora
03/30/2021, 8:31 PMSairaj
03/31/2021, 3:36 AMVova Buberenko
04/02/2021, 3:46 PMSairaj
04/04/2021, 1:58 AMVova Buberenko
04/04/2021, 1:21 PMSairaj
04/19/2021, 3:32 AM