File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools" >
4
4
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
+ <uses-permission android : name =" android.permission.VIBRATE" />
6
7
<uses-permission
7
8
android : name =" android.permission.READ_EXTERNAL_STORAGE"
8
9
tools : node =" remove" />
Original file line number Diff line number Diff line change @@ -20,4 +20,9 @@ kotlin.code.style=official
20
20
# Enables namespacing of each library's R class so that its R class includes only the
21
21
# resources declared in the library itself and none from the library's dependencies,
22
22
# thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
23
+ android.nonTransitiveRClass =true
24
+
25
+ org.gradle.parallel =true
26
+ org.gradle.daemon =true
27
+ org.gradle.configuration-cache =true
28
+ org.gradle.caching =true
You can’t perform that action at this time.
0 commit comments