File tree Expand file tree Collapse file tree 3 files changed +80
-1
lines changed Expand file tree Collapse file tree 3 files changed +80
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ captures/
67
67
.externalNativeBuild
68
68
69
69
# Google Services (e.g. APIs or Firebase)
70
- google-services.json
70
+ # google-services.json
71
71
72
72
# Freeline
73
73
freeline.py
Original file line number Diff line number Diff line change
1
+ {
2
+ "project_info" : {
3
+ "project_number" : " 691300188850" ,
4
+ "firebase_url" : " https://iw-learning-projects.firebaseio.com" ,
5
+ "project_id" : " iw-learning-projects" ,
6
+ "storage_bucket" : " iw-learning-projects.appspot.com"
7
+ },
8
+ "client" : [
9
+ {
10
+ "client_info" : {
11
+ "mobilesdk_app_id" : " 1:691300188850:android:65d4d1ed021f483712ffab" ,
12
+ "android_client_info" : {
13
+ "package_name" : " org.imaginativeworld.simplemvvm"
14
+ }
15
+ },
16
+ "oauth_client" : [
17
+ {
18
+ "client_id" : " 691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com" ,
19
+ "client_type" : 3
20
+ }
21
+ ],
22
+ "api_key" : [
23
+ {
24
+ "current_key" : " AIzaSyDWE3do0dEgK81GqccXv9z39NKwpJEgqGA"
25
+ }
26
+ ],
27
+ "services" : {
28
+ "appinvite_service" : {
29
+ "other_platform_oauth_client" : [
30
+ {
31
+ "client_id" : " 691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com" ,
32
+ "client_type" : 3
33
+ }
34
+ ]
35
+ }
36
+ }
37
+ },
38
+ {
39
+ "client_info" : {
40
+ "mobilesdk_app_id" : " 1:691300188850:android:767e863dcd04626412ffab" ,
41
+ "android_client_info" : {
42
+ "package_name" : " org.imaginativeworld.simplemvvm.debug"
43
+ }
44
+ },
45
+ "oauth_client" : [
46
+ {
47
+ "client_id" : " 691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com" ,
48
+ "client_type" : 3
49
+ }
50
+ ],
51
+ "api_key" : [
52
+ {
53
+ "current_key" : " AIzaSyDWE3do0dEgK81GqccXv9z39NKwpJEgqGA"
54
+ }
55
+ ],
56
+ "services" : {
57
+ "appinvite_service" : {
58
+ "other_platform_oauth_client" : [
59
+ {
60
+ "client_id" : " 691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com" ,
61
+ "client_type" : 3
62
+ }
63
+ ]
64
+ }
65
+ }
66
+ }
67
+ ],
68
+ "configuration_version" : " 1"
69
+ }
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<paths >
3
+ <!--
4
+ Help Links:
5
+ - https://medium.com/@aungkyawmyint_26195/using-implicit-camera-intent-with-fileprovider-8182f59ee972
6
+ -->
7
+
8
+ <!-- Context.getExternalFilesDir() -->
9
+ <external-files-path
10
+ name =" private_external_files"
11
+ path =" ." />
12
+
3
13
<!-- Environment.getExternalStorageDirectory() -->
4
14
<external-path
5
15
name =" external_files"
You can’t perform that action at this time.
0 commit comments