From 143bc477bb2d160179068332f7e76267d165ddbc Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Nov 2019 11:51:38 +0100 Subject: [PATCH] updating commons and target SDK to 29 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ffadf6e..62b1069c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,13 +7,13 @@ def keystoreProperties = new Properties() keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) android { - compileSdkVersion 28 - buildToolsVersion '28.0.3' + compileSdkVersion 29 + buildToolsVersion '29.0.2' defaultConfig { applicationId "com.simplemobiletools.calculator" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 28 versionName "5.0.5" setProperty("archivesBaseName", "calculator") @@ -52,7 +52,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.17' + implementation 'com.simplemobiletools:commons:5.20.0' implementation 'me.grantland:autofittextview:0.2.1' testImplementation 'junit:junit:4.12'