From 1724f82356d35dffdaa5c18994ad380168cfecff Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Tue, 7 Jan 2020 21:56:35 -0600 Subject: [PATCH] Bump tools versions --- app/app.iml | 6 +++--- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/app.iml b/app/app.iml index c9a235893..4887eacf0 100644 --- a/app/app.iml +++ b/app/app.iml @@ -166,12 +166,12 @@ + - - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 66520dfd7..ecde1efb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion = 28 - buildToolsVersion = '28.0.3' + buildToolsVersion = '29.0.2' defaultConfig { applicationId = "com.android.keepass" @@ -54,7 +54,7 @@ dependencies { implementation 'com.madgag.spongycastle:core:1.58.0.0' implementation 'com.madgag.spongycastle:prov:1.58.0.0' implementation 'joda-time:joda-time:2.9.4' - implementation 'androidx.core:core:1.0.0' + implementation 'androidx.core:core:1.1.0' implementation 'org.apache.commons:commons-io:1.3.2' androidTestImplementation'junit:junit:4.12'