From f4b0114c6ec8c49e3e15095dcdc284d9cc1e4c28 Mon Sep 17 00:00:00 2001 From: Yussuf Khalil Date: Wed, 2 Sep 2020 22:00:58 +0200 Subject: [PATCH] Target SDK 29 and update build tools --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5af7e5e..71cc093 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 - buildToolsVersion "28.0.2" + compileSdkVersion 29 + buildToolsVersion '29.0.2' defaultConfig { applicationId "net.pp3345.ykdroid" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 4 versionName "1.1.1" }