Skip to content

Commit 42d5eb5

Browse files
committed
Update dependencies
1 parent c85aec4 commit 42d5eb5

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

gradle/versions.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@ ext {
1313
javaVersion = JavaVersion.VERSION_1_8
1414

1515
// Gradle
16-
gradleVersion = "6.7"
16+
gradleVersion = "6.8-rc-1"
1717

1818
// Core plugins
19-
androidPluginVersion = "4.1.0"
20-
kotlinVersion = "1.4.10"
19+
androidPluginVersion = "4.1.1"
20+
kotlinVersion = "1.4.20"
2121

2222
// Utility plugins
23-
versionsPluginVersion = "0.33.0"
23+
versionsPluginVersion = "0.36.0"
2424
detektPluginVersion = "1.14.1"
2525
ktlintPluginVersion = "9.4.1"
2626

2727
// Frameworks and compatibility libraries
2828
koinVersion = "2.2.0-rc-3"
2929
appcompatVersion = "1.3.0-alpha02"
30-
browserVersion = "1.3.0-alpha06"
30+
browserVersion = "1.3.0-rc01"
3131
lifecycleVersion = "2.2.0"
3232
roomVersion = "2.3.0-alpha03"
33-
workVersion = "2.5.0-alpha03"
34-
coreKtxVersion = "1.5.0-alpha04"
33+
workVersion = "2.5.0-beta01"
34+
coreKtxVersion = "1.5.0-alpha05"
3535
fragmentKtxVersion = "1.3.0-beta01"
3636
shareTargetVersion = "1.1.0-beta01"
3737
securityCryptoVersion = "1.1.0-alpha02"
38-
playCoreVersion = "1.8.2"
38+
playCoreVersion = "1.8.3"
3939
adsIdentifierVersion = "17.0.0"
4040
interactiveMediaVersion = "3.14.0"
4141
castVersion = "19.0.0"
@@ -55,14 +55,14 @@ ext {
5555
gridlayoutVersion = "1.0.0"
5656
viewpagerVersion = "1.1.0-alpha01"
5757
exifinterfaceVersion = "1.3.1"
58-
materialComponentsVersion = "1.3.0-alpha03"
59-
constaintLayoutVersion = "2.0.2"
58+
materialComponentsVersion = "1.3.0-alpha04"
59+
constaintLayoutVersion = "2.1.0-alpha1"
6060
preferenceVersion = "1.1.1"
6161
supportPreferenceVersion = "6d5ebc7934"
62-
iconicsVersion = "5.0.3"
63-
communityMaterialTypefaceVersion = "5.3.45.1-kotlin"
64-
materialDrawerVersion = "8.1.6"
65-
aboutLibrariesVersion = "8.4.2"
62+
iconicsVersion = "5.2.0"
63+
communityMaterialTypefaceVersion = "5.8.55.0-kotlin"
64+
materialDrawerVersion = "8.2.0"
65+
aboutLibrariesVersion = "8.6.2"
6666
crossfaderVersion = "1.6.0"
6767
materialAboutVersion = "3.2.0-rc01"
6868
subsamplingScaleImageViewVersion = "90c6b27c13"
@@ -81,7 +81,7 @@ ext {
8181

8282
// Utils
8383
proxerLibVersion = "958317b7a9"
84-
threetenVersion = "1.2.4"
84+
threetenVersion = "1.3.0"
8585
hawkVersion = "7a1a625455"
8686
glideVersion = "4.11.0"
8787
retrofitVersion = "2.9.0"

src/main/kotlin/me/proxer/app/MainApplication.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import com.github.anrwatchdog.ANRWatchDog
1919
import com.google.android.gms.common.GoogleApiAvailability
2020
import com.google.android.gms.common.GooglePlayServicesUtil
2121
import com.google.android.gms.security.ProviderInstaller
22-
import com.google.android.play.core.missingsplits.MissingSplitsManagerFactory
2322
import com.jakewharton.threetenabp.AndroidThreeTen
2423
import com.kirillr.strictmodehelper.StrictModeCompat
2524
import com.mikepenz.materialdrawer.util.DrawerImageLoader
@@ -65,10 +64,6 @@ class MainApplication : Application() {
6564
override fun onCreate() {
6665
super.onCreate()
6766

68-
if (MissingSplitsManagerFactory.create(this).disableAppIfMissingRequiredSplits()) {
69-
return
70-
}
71-
7267
startKoin {
7368
androidContext(this@MainApplication)
7469

0 commit comments

Comments
 (0)