From b210250c8fd635925e2ceed0c615c04f381831b8 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sat, 22 Oct 2022 11:47:14 +0200 Subject: [PATCH] Increase minSdkVersion to 23 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6d1473f..ed9baf1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { compileSdkVersion 30 defaultConfig { applicationId "com.github.gotify" - minSdkVersion 19 + minSdkVersion 23 targetSdkVersion 30 versionCode 26 versionName "2.4.0"