From e2c698879cfef3642e22572575632b5d8d888f25 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 24 Sep 2019 22:15:26 +0200 Subject: [PATCH] Bump sdk version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a64521d..1cdda3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' apply plugin: 'checkstyle' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "org.mercury_im.messenger" minSdkVersion 19 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"