chore(export): disable targetSDKVersion checks in AndroidStudio (PR #2533)

chore: disable targetSDKVersion warnings when opening exported project in AndroidStudio
This commit is contained in:
Jan S.
2025-06-11 22:13:02 +02:00
committed by GitHub
parent 46cd3b5597
commit ecb597a461
@@ -9,6 +9,7 @@ android {
defaultConfig {
applicationId '{{applicationId}}'
minSdkVersion {{minSdkVersion}}
//noinspection ExpiredTargetSdkVersion
targetSdkVersion {{targetSdkVersion}}
versionCode {{versionCode}}
versionName "{{versionName}}"