Skip to content

Commit bfdc7ec

Browse files
committedAug 12, 2020
Revert back MaterialDialog dependency
1 parent c817d16 commit bfdc7ec

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
 

‎app/build.gradle

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "info.dvkr.screenstream"
1313
minSdkVersion(21)
1414
targetSdkVersion(30)
15-
versionCode = 30411
16-
versionName = "3.4.11"
15+
versionCode = 30412
16+
versionName = "3.4.12"
1717
resConfigs("en", "ru", "pt-rBR", "zh-rTW", "fr-rFR", "fa", "it", "pl", "hi", "de", "sk", "es", "ar", "ja", "ga")
1818

1919
vectorDrawables.useSupportLibrary = true
@@ -89,7 +89,9 @@ dependencies {
8989
implementation("com.afollestad.material-dialogs:color:3.3.0")
9090
implementation("com.afollestad.material-dialogs:input:3.3.0")
9191
implementation("com.afollestad.material-dialogs:lifecycle:3.3.0")
92-
implementation("com.afollestad.material-dialogs:bottomsheets:3.3.0")
92+
// Temp fix for https://github.com/afollestad/material-dialogs/issues/1825
93+
implementation(fileTree("libs/bottomsheets-release.aar"))
94+
// implementation("com.afollestad.material-dialogs:bottomsheets:3.3.0")
9395

9496
implementation("org.koin:koin-android:2.1.6")
9597
implementation("com.github.iamironz:binaryprefs:1.0.1")

‎data/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion(21)
1010
targetSdkVersion(30)
11-
versionCode = 30411
12-
versionName = "3.4.11"
11+
versionCode = 30412
12+
versionName = "3.4.12"
1313
}
1414

1515
compileOptions {

0 commit comments

Comments
 (0)
Failed to load comments.