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:
AHQ
2024-08-12 15:41:04 +05:30
committed by GitHub
parent 5f68990297
commit 6b079cfdd1
15 changed files with 29 additions and 28 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ android {
compileSdk = 34
defaultConfig {
minSdk = 24
targetSdk = 34
minSdk = 24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")