0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

upgrade targetSdkVersion 32 -> 33

This commit is contained in:
TrianguloY 2023-04-08 23:53:53 +02:00
parent 6c86029bf7
commit 4eaf1c5e4b

View File

@ -5,11 +5,11 @@ plugins {
android {
namespace 'com.trianguloy.urlchecker'
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
applicationId "com.trianguloy.urlchecker"
minSdkVersion 14
targetSdkVersion 32
targetSdkVersion 33
versionCode 22
versionName "2.10"