Android 16 Support added

This commit is contained in:
Harish Vishwakarma 2026-01-14 23:34:48 +05:30
parent 9fd1e8daac
commit d69aa5a7b6
2 changed files with 3 additions and 3 deletions

View File

@ -66,12 +66,12 @@ fun buildproperty(propertyName: String, fallbackEnv: String? = null): String? {
}
android {
compileSdk = 35
compileSdk = 36
defaultConfig {
applicationId = "com.zekochat"
minSdk = 24
targetSdk = 35
targetSdk = 36
versionCode = Integer.parseInt("001_003_107".replace("_", ""), 10)
versionName = "1.3.6b"

View File

@ -114,7 +114,7 @@
<uri-relative-filter-group
android:allow="false"
tools:targetApi="35">
tools:targetApi="36">
<data android:pathPrefix="/discover/" />
</uri-relative-filter-group>
</intent-filter>