bump targetSdk (#526)

This commit is contained in:
callebtc
2025-12-14 21:55:41 +07:00
committed by GitHub
parent 2a11d52d3c
commit 743bbd0b1c
2 changed files with 1 additions and 12 deletions
-11
View File
@@ -243,17 +243,6 @@
column="35"/>
</issue>
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdk = 34"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="build.gradle.kts"
line="14"
column="9"/>
</issue>
<issue
id="RedundantLabel"
message="Redundant label can be removed"