chore: update Android target SDK to 34 (#1368)

This commit is contained in:
Lucas Fernandes Nogueira
2024-05-25 07:47:19 -03:00
committed by GitHub
parent 430bd6f4f3
commit 7581576a24
14 changed files with 51 additions and 24 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ plugins {
android {
namespace = "app.tauri.shell"
compileSdk = 33
compileSdk = 34
defaultConfig {
minSdk = 19
targetSdk = 33
targetSdk = 34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")