From f5f9faf935b249b185b9d36ef22a2146b64f7b3b Mon Sep 17 00:00:00 2001 From: Colin White Date: Wed, 11 May 2022 17:08:46 -0400 Subject: [PATCH] Update compile SDK to 32. (#1268) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7c11d06343..af74d8a36a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ android.disableAutomaticComponentCreation=true # Config minSdk=21 -targetSdk=31 -compileSdk=31 +targetSdk=32 +compileSdk=32 # Maven GROUP=io.coil-kt