From 1f35f37b3ff98d3288f584c07ebe2036efbeb69e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 3 Sep 2024 18:49:16 +1200 Subject: [PATCH] feat: update compile and target sdk versions to v33 (#85) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 09f5f16..5f923c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdkVersion 33 defaultConfig { applicationId "com.hewgill.android.nzsldict" minSdkVersion 14 - targetSdkVersion 31 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 45 versionName "45"