From 5fe2c74cc7b98a68cc765c2397346aee7b8c6097 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 7 Jun 2019 12:09:03 +0530 Subject: Target Android Q Signed-off-by: Harsh Shandilya --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a19c5c61..3bf71c6f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,12 +9,12 @@ plugins { } android { - compileSdkVersion(28) + compileSdkVersion(29) defaultConfig { applicationId = "com.zeapo.pwdstore" minSdkVersion(21) - targetSdkVersion(28) + targetSdkVersion(29) versionCode = 10302 versionName = "1.3.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" -- cgit v1.2.3