Skip to content

Commit 14fcd59

Browse files
authored
Merge pull request pchab#178 from j796160836/johnny-fix
Update library & add permission prompt
2 parents 0efd1ac + 12b0185 commit 14fcd59

File tree

21 files changed

+259
-486
lines changed

21 files changed

+259
-486
lines changed

.gitignore

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,68 @@
1+
*.iml
12
.gradle
23
/local.properties
34
/.idea/workspace.xml
45
/.idea/libraries
56
.DS_Store
67
/build
8+
/captures
9+
.externalNativeBuild
10+
11+
# Built application files
12+
*.apk
13+
*.ap_
14+
15+
# Files for the Dalvik VM
16+
*.dex
17+
18+
# Java class files
19+
*.class
20+
21+
# Generated files
22+
bin/
23+
gen/
24+
out/
25+
26+
# Gradle files
27+
.gradle/
28+
build/
29+
/*/build/
30+
31+
# Local configuration file (sdk path, etc)
32+
local.properties
33+
34+
# Windows thumbnail db
35+
Thumbs.db
36+
37+
# Eclipse project files
38+
.classpath
39+
.project
40+
41+
# Android Studio
42+
.idea
43+
*.iml
44+
45+
# Old-style IDEA project files
46+
*.ipr
47+
*.iws
48+
49+
# Local IDEA workspace
50+
.idea/workspace.xml
51+
52+
# Sandbox stuff
53+
_sandbox
54+
55+
# Proguard folder generated by Eclipse
56+
proguard/
57+
58+
# Log Files
59+
*.log
60+
61+
/*/out
62+
/*/*/build
63+
/*/*/production
64+
*.iws
65+
*.ipr
766
*~
67+
*.swp
68+
signingConfig.gradle

.idea/compiler.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/copyright/Apache2_0.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/copyright/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/scopes/scope_settings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)