From bb894ea4f83ec098225acfd0ad6d27e3c08108aa Mon Sep 17 00:00:00 2001 From: z3r0c00l-2k Date: Tue, 19 May 2020 19:37:53 +0530 Subject: [PATCH] targeting sdk 29 --- .gitignore | 2 ++ app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b75303..0648619 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /build /captures .externalNativeBuild +*.jks +/app/release diff --git a/app/build.gradle b/app/build.gradle index b0f0514..61ce002 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { applicationId "io.github.z3r0c00l_2k.aquadroid" minSdkVersion 21 - targetSdkVersion 27 + targetSdkVersion 29 versionCode 5 versionName "1.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"