mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
refactor(android): Remove targetSdk = 34 from every gradle build files (#1649)
* remove targetSdk * changelog * fix md file * Add the -js ones as well * remove -js ones
This commit is contained in:
@@ -8,8 +8,7 @@ android {
|
||||
compileSdk = 34
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
minSdk = 24
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
|
||||
Reference in New Issue
Block a user