From 4741e9cfcb05b0c6a9936e54c60b46f24d746d90 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 22 Aug 2023 14:01:59 -0400 Subject: [PATCH] Bump Target SDK to API level 33 --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index bda6ef7b..08910e7c 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdk 33 defaultConfig { applicationId "org.fedorahosted.freeotp" minSdkVersion 23 - targetSdkVersion 31 + targetSdkVersion 33 versionCode 42 versionName "2.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"