-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
32 lines (32 loc) · 799 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"expo": {
"name": "expo-zendesk-messaging",
"slug": "expo-zendesk-messaging",
"version": "0.1.0",
"description": "Zendesk SDK integration with Expo",
"sdkVersion": "51.0.0",
"platforms": [
"ios",
"android"
],
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,
"buildToolsVersion": "34.0.0",
"dependencies": {
"implementation": [
"com.google.firebase:firebase-messaging:23.0.0",
"com.android.support:support-v4:28.0.0"
],
"coreLibraryDesugaring": "com.android.tools:desugar_jdk_libs:2.0.4"
}
}
}
]
]
}
}