From ecb597a46194e731bd81bd3565cbb8a17a20c3d7 Mon Sep 17 00:00:00 2001 From: "Jan S." Date: Wed, 11 Jun 2025 22:13:02 +0200 Subject: [PATCH] chore(export): disable targetSDKVersion checks in AndroidStudio (PR #2533) chore: disable targetSDKVersion warnings when opening exported project in AndroidStudio --- .../src/main/resources/export/android/app.build.gradle.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/jadx-core/src/main/resources/export/android/app.build.gradle.tmpl b/jadx-core/src/main/resources/export/android/app.build.gradle.tmpl index c7c3f2e1c..653d61ab7 100644 --- a/jadx-core/src/main/resources/export/android/app.build.gradle.tmpl +++ b/jadx-core/src/main/resources/export/android/app.build.gradle.tmpl @@ -9,6 +9,7 @@ android { defaultConfig { applicationId '{{applicationId}}' minSdkVersion {{minSdkVersion}} + //noinspection ExpiredTargetSdkVersion targetSdkVersion {{targetSdkVersion}} versionCode {{versionCode}} versionName "{{versionName}}"