Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 29, 2020
1 parent c85aec4 commit 42d5eb5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
30 changes: 15 additions & 15 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ ext {
javaVersion = JavaVersion.VERSION_1_8

// Gradle
gradleVersion = "6.7"
gradleVersion = "6.8-rc-1"

// Core plugins
androidPluginVersion = "4.1.0"
kotlinVersion = "1.4.10"
androidPluginVersion = "4.1.1"
kotlinVersion = "1.4.20"

// Utility plugins
versionsPluginVersion = "0.33.0"
versionsPluginVersion = "0.36.0"
detektPluginVersion = "1.14.1"
ktlintPluginVersion = "9.4.1"

// Frameworks and compatibility libraries
koinVersion = "2.2.0-rc-3"
appcompatVersion = "1.3.0-alpha02"
browserVersion = "1.3.0-alpha06"
browserVersion = "1.3.0-rc01"
lifecycleVersion = "2.2.0"
roomVersion = "2.3.0-alpha03"
workVersion = "2.5.0-alpha03"
coreKtxVersion = "1.5.0-alpha04"
workVersion = "2.5.0-beta01"
coreKtxVersion = "1.5.0-alpha05"
fragmentKtxVersion = "1.3.0-beta01"
shareTargetVersion = "1.1.0-beta01"
securityCryptoVersion = "1.1.0-alpha02"
playCoreVersion = "1.8.2"
playCoreVersion = "1.8.3"
adsIdentifierVersion = "17.0.0"
interactiveMediaVersion = "3.14.0"
castVersion = "19.0.0"
Expand All @@ -55,14 +55,14 @@ ext {
gridlayoutVersion = "1.0.0"
viewpagerVersion = "1.1.0-alpha01"
exifinterfaceVersion = "1.3.1"
materialComponentsVersion = "1.3.0-alpha03"
constaintLayoutVersion = "2.0.2"
materialComponentsVersion = "1.3.0-alpha04"
constaintLayoutVersion = "2.1.0-alpha1"
preferenceVersion = "1.1.1"
supportPreferenceVersion = "6d5ebc7934"
iconicsVersion = "5.0.3"
communityMaterialTypefaceVersion = "5.3.45.1-kotlin"
materialDrawerVersion = "8.1.6"
aboutLibrariesVersion = "8.4.2"
iconicsVersion = "5.2.0"
communityMaterialTypefaceVersion = "5.8.55.0-kotlin"
materialDrawerVersion = "8.2.0"
aboutLibrariesVersion = "8.6.2"
crossfaderVersion = "1.6.0"
materialAboutVersion = "3.2.0-rc01"
subsamplingScaleImageViewVersion = "90c6b27c13"
Expand All @@ -81,7 +81,7 @@ ext {

// Utils
proxerLibVersion = "958317b7a9"
threetenVersion = "1.2.4"
threetenVersion = "1.3.0"
hawkVersion = "7a1a625455"
glideVersion = "4.11.0"
retrofitVersion = "2.9.0"
Expand Down
5 changes: 0 additions & 5 deletions src/main/kotlin/me/proxer/app/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import com.github.anrwatchdog.ANRWatchDog
import com.google.android.gms.common.GoogleApiAvailability
import com.google.android.gms.common.GooglePlayServicesUtil
import com.google.android.gms.security.ProviderInstaller
import com.google.android.play.core.missingsplits.MissingSplitsManagerFactory
import com.jakewharton.threetenabp.AndroidThreeTen
import com.kirillr.strictmodehelper.StrictModeCompat
import com.mikepenz.materialdrawer.util.DrawerImageLoader
Expand Down Expand Up @@ -65,10 +64,6 @@ class MainApplication : Application() {
override fun onCreate() {
super.onCreate()

if (MissingSplitsManagerFactory.create(this).disableAppIfMissingRequiredSplits()) {
return
}

startKoin {
androidContext(this@MainApplication)

Expand Down

0 comments on commit 42d5eb5

Please sign in to comment.