|
|
|
@ -28,6 +28,10 @@ android {
|
|
|
|
// define this values in your local.properties file
|
|
|
|
// define this values in your local.properties file
|
|
|
|
buildConfigField 'String', 'SHIKIMORI_CLIENT_ID', "\"${localProperty('shikimori.clientId')}\""
|
|
|
|
buildConfigField 'String', 'SHIKIMORI_CLIENT_ID', "\"${localProperty('shikimori.clientId')}\""
|
|
|
|
buildConfigField 'String', 'SHIKIMORI_CLIENT_SECRET', "\"${localProperty('shikimori.clientSecret')}\""
|
|
|
|
buildConfigField 'String', 'SHIKIMORI_CLIENT_SECRET', "\"${localProperty('shikimori.clientSecret')}\""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (currentBranch() == "feature/nextgen") {
|
|
|
|
|
|
|
|
applicationIdSuffix = '.next'
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
buildTypes {
|
|
|
|
debug {
|
|
|
|
debug {
|
|
|
|
@ -113,6 +117,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'io.insert-koin:koin-android:3.2.0'
|
|
|
|
implementation 'io.insert-koin:koin-android:3.2.0'
|
|
|
|
implementation 'io.coil-kt:coil-base:2.1.0'
|
|
|
|
implementation 'io.coil-kt:coil-base:2.1.0'
|
|
|
|
|
|
|
|
implementation 'io.coil-kt:coil-svg:2.1.0'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
implementation 'com.github.solkin:disk-lru-cache:1.4'
|
|
|
|
|
|
|
|
|
|
|
|
|