diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index bc783b9ca2d3844763dac234ebab88a277178eab..279db4a63b7e9465661e10bd91c45c8f9a9802b3 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -109,7 +109,7 @@ android {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   // App Compat
   implementation("com.google.android.material", "material", "1.0.0-rc01")
diff --git a/app/sampledata/libraries.json b/app/sampledata/libraries.json
index 1c15fc706c1719864a899ffa6c054138db581644..7f901057237957f67bb456d7ecf43a040dd9ca84 100644
--- a/app/sampledata/libraries.json
+++ b/app/sampledata/libraries.json
@@ -161,7 +161,7 @@
     },
     {
       "name": "Kotlin Standard Library",
-      "version": "1.3.10",
+      "version": "1.3.11",
       "license": {
         "short_name": "Apache-2.0",
         "full_name": "Apache License"
diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
index e557ca9b224d7997a955199ce118a0d9a0df21d8..ff0ac1b773fdd5d12477c4b9710fd25740b5203d 100644
--- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
+++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
@@ -196,7 +196,7 @@ class AboutFragment : DaggerFragment() {
       ),
       Library(
         name = "Kotlin Standard Library",
-        version = "1.3.10",
+        version = "1.3.11",
         license = apache2,
         url = "https://kotlinlang.org/"
       ),
diff --git a/build.gradle.kts b/build.gradle.kts
index 081ebb6f34e47c1fea1381d85de4eddf02fc089c..28cd8674919af8687e531a115fe87bd5ebb04fe5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,7 +24,7 @@ buildscript {
   }
   dependencies {
     classpath("com.android.tools.build:gradle:3.2.1")
-    classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10")
+    classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.11")
   }
 }
 
diff --git a/gradle.properties b/gradle.properties
index 4a92e00b8822441bfb26685cd421e6e38b693833..2907ece9cacc5c999a4dfb0eaf6851525b4b2345 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -27,8 +27,6 @@ org.gradle.jvmargs=-Xmx2048m
 # This option should only be used with decoupled projects. More details, visit
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 org.gradle.parallel=true
-# Disable configure on demand (Android Studio doesn’t like it)
-org.gradle.configureondemand=false
 # Enable new Android D8 Dexer
 android.enableD8=true
 # Enable gradle build cache
diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts
index b47a83d6bcce0e283e2a21d8ec63a329df4f32d0..899cfa3cfdf979154e358fca94b43679b4458378 100644
--- a/lib/build.gradle.kts
+++ b/lib/build.gradle.kts
@@ -29,7 +29,7 @@ plugins {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   implementation("androidx.annotation", "annotation", "1.0.0")
 
diff --git a/lifecycle-ktx/build.gradle.kts b/lifecycle-ktx/build.gradle.kts
index b091ba0e284a0ae04acc0a337eb420c4d97215e8..b4c6c6af51a85b32cfcb74ae96eacc449a8a8d71 100644
--- a/lifecycle-ktx/build.gradle.kts
+++ b/lifecycle-ktx/build.gradle.kts
@@ -27,7 +27,7 @@ plugins {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   implementation("androidx.annotation", "annotation", "1.0.0")
 
diff --git a/malheur/build.gradle.kts b/malheur/build.gradle.kts
index 6fb6fee4e0fe248d084b266c6729147dccc4916f..e3a0236a695ddd297cdb3c9bccab436f6c5a8a4d 100644
--- a/malheur/build.gradle.kts
+++ b/malheur/build.gradle.kts
@@ -44,7 +44,7 @@ android {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   implementation("com.google.code.gson", "gson", "2.8.5")
 }
diff --git a/persistence/build.gradle.kts b/persistence/build.gradle.kts
index 9aad9299059b659bb64d592ddb8484499e8e54d4..b6f8fcd14b8e41b8e8b74b9b76a00eefe4b968e0 100644
--- a/persistence/build.gradle.kts
+++ b/persistence/build.gradle.kts
@@ -51,7 +51,7 @@ android {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   implementation("androidx.appcompat", "appcompat", "1.0.0")
 
diff --git a/viewmodel/build.gradle.kts b/viewmodel/build.gradle.kts
index 683547f0264c2e93b8aa67f6848ee24e6bfdcf69..8e917ce39db16173e493546fc7f94111d1f8d6bd 100644
--- a/viewmodel/build.gradle.kts
+++ b/viewmodel/build.gradle.kts
@@ -44,7 +44,7 @@ android {
 }
 
 dependencies {
-  implementation(kotlin("stdlib", "1.3.10"))
+  implementation(kotlin("stdlib", "1.3.11"))
 
   implementation("androidx.appcompat", "appcompat", "1.0.0")