-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid.json
45 lines (45 loc) · 1013 Bytes
/
android.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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"playstore":[
{
"folder":"android",
"size":"512x512",
"filename":"playstore-icon.png"
}
],
"icons":[
{
"folder":"mipmap-hdpi",
"size":"472x72",
"filename":"ic_launcher.png"
},
{
"folder":"mipmap-ldpi",
"size":"36x36",
"filename":"ic_launcher.png"
},
{
"folder":"mipmap-mdpi",
"size":"48x48",
"filename":"ic_launcher.png"
},
{
"folder":"mipmap-xhdpi",
"size":"96x96",
"filename":"ic_launcher.png"
},
{
"folder":"mipmap-xxhdpi",
"size":"144x144",
"filename":"ic_launcher.png"
},
{
"folder":"mipmap-xxxhdpi",
"size":"192x192",
"filename":"ic_launcher.png"
}
],
"info":{
"version":1,
"author":"Bruno Neves"
}
}