Android 16 Support added
This commit is contained in:
parent
9fd1e8daac
commit
d69aa5a7b6
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue