From 9b9521a034d10f87ce43ba36bef8c7581dcbf8d6 Mon Sep 17 00:00:00 2001 From: Josephine Lim Date: Mon, 22 Aug 2022 23:01:30 +1000 Subject: [PATCH] Update min SDK to 29 Temporary fix for #5031 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c676b53f7..a9fba0796 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,7 +177,7 @@ android { versionName '4.0.4' setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) - minSdkVersion 19 + minSdkVersion 29 targetSdkVersion 30 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true'