From 2e93b4b2c67b35203c6ed7b9c9da31fd547ef6eb Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 11 Jul 2022 06:10:41 +0800 Subject: [PATCH] Suppress lint --- mobile/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 7d3def33..f4a0f210 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -21,6 +21,7 @@ android { defaultConfig { applicationId = "be.mygod.vpnhotspot" minSdk = 21 + @android.annotation.SuppressLint("ExpiredTargetSdkVersion") targetSdk = 29 resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW")) versionCode = 291