From ddf33a6bc3065151dd6601abb7d07e6dafd7ef75 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 18 Oct 2020 19:19:43 +0200 Subject: [PATCH] Update targetSdkVersion to 30 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f3bab7d..ac7e21de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "it.niedermann.owncloud.notes" minSdkVersion 18 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 2017001 versionName "2.17.1" multiDexEnabled true