mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-23 04:22:28 +00:00
Compare commits
1 Commits
develop
...
fix/maven-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2be8096f4a |
12
app.json
12
app.json
@@ -77,21 +77,19 @@
|
|||||||
"deploymentTarget": "15.6",
|
"deploymentTarget": "15.6",
|
||||||
"useFrameworks": "static"
|
"useFrameworks": "static"
|
||||||
},
|
},
|
||||||
"android": {
|
|
||||||
"android": {
|
"android": {
|
||||||
"compileSdkVersion": 34,
|
"compileSdkVersion": 34,
|
||||||
"targetSdkVersion": 34,
|
"targetSdkVersion": 34,
|
||||||
"buildToolsVersion": "34.0.0"
|
"buildToolsVersion": "34.0.0",
|
||||||
},
|
|
||||||
"minSdkVersion": 24,
|
"minSdkVersion": 24,
|
||||||
"usesCleartextTraffic": true,
|
"usesCleartextTraffic": true,
|
||||||
"packagingOptions": {
|
"extraMavenRepos": [
|
||||||
"jniLibs": {
|
"https://repo.maven.apache.org/maven2",
|
||||||
|
"https://uk.maven.org/maven2"
|
||||||
|
],
|
||||||
"useLegacyPackaging": true
|
"useLegacyPackaging": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"expo-screen-orientation",
|
"expo-screen-orientation",
|
||||||
|
|||||||
Reference in New Issue
Block a user