Loading app/src/main/java/foundation/e/accountmanager/Constants.kt +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ object Constants { const val AUTH_TOKEN_TYPE = "oauth2-access-token" const val EELO_SYNC_URL = "https://drive.ecloud.global" const val EELO_SYNC_URL = "https://ecloud.global" /** * Context label for [org.apache.commons.lang3.exception.ContextedException]. Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildscript { ext.dokka_version = '0.9.17' ext.kotlin_version = '1.3.10' ext.kotlin_version = '1.3.21' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:$dokka_version" } Loading gradle/wrapper/gradle-wrapper.properties +2 −2 Original line number Diff line number Diff line #Thu Mar 29 12:34:22 CEST 2018 #Wed Apr 03 10:26:10 IST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip Loading
app/src/main/java/foundation/e/accountmanager/Constants.kt +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ object Constants { const val AUTH_TOKEN_TYPE = "oauth2-access-token" const val EELO_SYNC_URL = "https://drive.ecloud.global" const val EELO_SYNC_URL = "https://ecloud.global" /** * Context label for [org.apache.commons.lang3.exception.ContextedException]. Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildscript { ext.dokka_version = '0.9.17' ext.kotlin_version = '1.3.10' ext.kotlin_version = '1.3.21' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:$dokka_version" } Loading
gradle/wrapper/gradle-wrapper.properties +2 −2 Original line number Diff line number Diff line #Thu Mar 29 12:34:22 CEST 2018 #Wed Apr 03 10:26:10 IST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip