forked from new-sashok724/Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLauncher.stringer
More file actions
32 lines (32 loc) · 982 Bytes
/
Launcher.stringer
File metadata and controls
32 lines (32 loc) · 982 Bytes
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<stringer-v3>
<optimize>true</optimize>
<signMode>none</signMode>
<proguardMapFile>build/mapping.pro</proguardMapFile>
<protectionElements>
<protectionElement>
<stringEncryption>
<mode>filter</mode>
<checkCaller>true</checkCaller>
<filters>
<filter>glob:launcher/**</filter>
</filters>
</stringEncryption>
<hideAccess>
<mode>filter</mode>
<filters>
<filter>glob:launcher/**</filter>
</filters>
</hideAccess>
<integrityControl>
<mode>filter</mode>
<checkBytecode>true</checkBytecode>
<checkJar>false</checkJar>
<sealJar>false</sealJar>
<filters>
<filter>glob:launcher/**</filter>
</filters>
</integrityControl>
</protectionElement>
</protectionElements>
</stringer-v3>