mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:25:19 +00:00
bump targetSdk (#526)
This commit is contained in:
@@ -243,17 +243,6 @@
|
|||||||
column="35"/>
|
column="35"/>
|
||||||
</issue>
|
</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
|
<issue
|
||||||
id="RedundantLabel"
|
id="RedundantLabel"
|
||||||
message="Redundant label can be removed"
|
message="Redundant label can be removed"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ agp = "8.10.1"
|
|||||||
kotlin = "2.2.0"
|
kotlin = "2.2.0"
|
||||||
compileSdk = "35"
|
compileSdk = "35"
|
||||||
minSdk = "26" # API 26 for proper BLE support
|
minSdk = "26" # API 26 for proper BLE support
|
||||||
targetSdk = "34"
|
targetSdk = "35"
|
||||||
|
|
||||||
# AndroidX Core
|
# AndroidX Core
|
||||||
core-ktx = "1.16.0"
|
core-ktx = "1.16.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user