Skip to content

Commit

Permalink
Revert Ktor to 1.6.0 as 1.6.1 crasches on Android 21-23
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Jul 5, 2021
1 parent ee21787 commit a22d95d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 30702
versionName = "3.7.2"
versionCode = 30703
versionName = "3.7.3"
resConfigs("en", "ru", "pt-rBR", "zh-rTW", "fr-rFR", "fa", "it", "pl", "hi", "de", "sk", "es", "ar", "ja", "gl", "ca")

vectorDrawables.useSupportLibrary = true
Expand Down
6 changes: 3 additions & 3 deletions data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 30702
versionName = "3.7.2"
versionCode = 30703
versionName = "3.7.3"
}

compileOptions {
Expand All @@ -32,7 +32,7 @@ dependencies {

implementation("androidx.core:core:1.6.0")

implementation("io.ktor:ktor-server-cio:1.6.1")
implementation("io.ktor:ktor-server-cio:1.6.0")

implementation("com.github.iamironz:binaryprefs:1.0.1")
implementation('com.elvishew:xlog:1.10.1')
Expand Down

0 comments on commit a22d95d

Please sign in to comment.