From 9309d550d6568e130f0f09f536ac7ca67d89570d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 20 Apr 2019 15:11:15 +0000 Subject: [PATCH] Bump android-driver from 1.0.3 to 1.1.3 Bumps [android-driver](https://github.com/square/sqldelight) from 1.0.3 to 1.1.3. - [Release notes](https://github.com/square/sqldelight/releases) - [Changelog](https://github.com/square/sqldelight/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/sqldelight/compare/1.0.3...1.1.3) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 125beca..3782529 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ kotlin { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha04' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.2.0' - implementation 'com.squareup.sqldelight:android-driver:1.0.3' + implementation 'com.squareup.sqldelight:android-driver:1.1.3' implementation 'io.ktor:ktor-client-json-jvm:1.1.3' implementation 'io.ktor:ktor-client-android:1.1.3' }