Revert stuff after merging branch

This commit is contained in:
Zakhar Timoshenko
2022-07-14 23:18:21 +03:00
parent 865311d864
commit abf5c8fb3c

View File

@@ -28,6 +28,10 @@ android {
// define this values in your local.properties file
buildConfigField 'String', 'SHIKIMORI_CLIENT_ID', "\"${localProperty('shikimori.clientId')}\""
buildConfigField 'String', 'SHIKIMORI_CLIENT_SECRET', "\"${localProperty('shikimori.clientSecret')}\""
if (currentBranch() == "feature/nextgen") {
applicationIdSuffix = '.next'
}
}
buildTypes {
debug {
@@ -113,6 +117,7 @@ dependencies {
implementation 'io.insert-koin:koin-android:3.2.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.github.solkin:disk-lru-cache:1.4'