-
Notifications
You must be signed in to change notification settings - Fork 123
Merge 7.0.0 to dev #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 7.0.0 to dev #209
Changes from all commits
2a65cd1
6b100bc
a397c96
f6e6443
fdd27b5
598f485
45cad30
1d13237
aed558e
cd4ce2f
67642c8
f9edb56
8fdca57
7b5cc3c
51f027c
a46c63a
cef677b
f62c57a
c8fd885
e1483fe
7a66fc4
4f01138
c51074d
fef5d47
b1c3695
69e733e
492dffb
6815e02
8714bed
a70101c
7e62c36
eb66965
feb21a7
32ee577
0827dad
082c5d2
0490b4b
cb36be5
30f9b9e
cdec053
44dbea4
c4731f4
3ac9e71
667478f
dbe14b6
d464bcf
95beec9
cea22cf
a577462
abfdb58
bfb4ca6
b8f1e9b
8d51ba9
e4f99ff
700b0a0
135811e
d54325c
ade6db2
8431f04
15a630e
c8bc017
9ee98fc
6bde07c
bd7b283
062faa1
8e9fdbf
d88c2b4
afe1e29
b83c1fd
e9ab209
b2f9b5a
ecc9be9
da043d4
57c9075
a19ffc2
546d3fb
7f04dab
e983cce
6ad447c
7e79870
d425f88
b5c99dc
502a386
a88486e
435481d
0c728c1
a13be5b
1ff5a40
5889e73
65e5703
33d90f4
f8240f7
721c280
ebb43ad
4c13211
9c7b7c5
37751e7
3babeb6
a0c292a
1f39b71
f32e36e
c33ef95
61beffe
e7363ce
f2105db
782ec2a
3cc9467
d3fe671
ee4fa72
3282885
0acec23
66887d6
be955c6
354e637
dd5966b
d011534
9aecf1e
f0a9d5b
b0520d8
269c554
e0db37f
a8b8b98
0ab7887
60c1868
60e26a1
2bdf3e8
219658d
6031b23
c22377a
2b802a1
f278b61
180bfea
675c6d3
a65e743
d201e1d
601deb1
4f20af6
fb8deaa
b49acc2
c4ea71c
99cb085
0dbfb8a
f168c3e
4cbaaf8
f825917
b2e2751
71dfd15
67f3520
3cd6c83
1e5ce8a
62fe4cd
a2eee76
eec81e7
8739652
c1af0e5
bda1c10
87928a7
b06e164
dae6e76
4fdf225
06b4fea
f4e8858
16060f5
2e784e8
fb2201f
381d3a4
6ebbd36
a4b572b
538623c
30f9bf7
f4f119e
b1ba676
e2ecd1e
ccd86e3
306484f
681fe39
8a64982
a4bcc71
8d15724
af24515
892a248
d20f8db
95ae637
e74d269
fa167a2
a736153
dd3ff59
2dc38f3
7e66247
a7342a8
e8d515b
1515717
6b7c028
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,12 @@ android { | |
} | ||
|
||
dependencies { | ||
implementation 'com.google.firebase:firebase-analytics:17.5.0' | ||
implementation 'com.google.firebase:firebase-analytics:18.0.0' | ||
} | ||
|
||
afterEvaluate { | ||
generateReleaseBuildConfig.enabled = false | ||
} | ||
|
||
apply from: "$rootDir/android_build_files/extract_and_dex.gradle" | ||
extractAndDexAarFile('app_resources') | ||
extractAndDexAarFile('app_resources') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit:newline at end of file |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,8 @@ android { | |
} | ||
|
||
dependencies { | ||
implementation 'com.google.firebase:firebase-analytics:17.5.0' | ||
implementation 'com.google.android.gms:play-services-base:17.0.0' | ||
implementation 'com.google.firebase:firebase-analytics:18.0.0' | ||
implementation 'com.google.android.gms:play-services-base:17.5.0' | ||
implementation project(':app:app_resources') | ||
} | ||
|
||
|
@@ -59,4 +59,4 @@ afterEvaluate { | |
} | ||
|
||
apply from: "$rootDir/android_build_files/extract_and_dex.gradle" | ||
extractAndDexAarFile('google_api_resources') | ||
extractAndDexAarFile('google_api_resources') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit:newline at end of file |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ android { | |
} | ||
|
||
dependencies { | ||
implementation 'com.google.firebase:firebase-analytics:17.5.0' | ||
implementation 'com.google.firebase:firebase-dynamic-links:19.1.0' | ||
implementation 'com.google.firebase:firebase-analytics:18.0.0' | ||
implementation 'com.google.firebase:firebase-dynamic-links:19.1.1' | ||
implementation project(':app:app_resources') | ||
} | ||
|
||
|
@@ -55,4 +55,4 @@ afterEvaluate { | |
} | ||
|
||
apply from: "$rootDir/android_build_files/extract_and_dex.gradle" | ||
extractAndDexAarFile('invites_resources') | ||
extractAndDexAarFile('invites_resources') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit:newline at end of file |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
/* | ||
* Copyright 2020 Google LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
#ifndef FIREBASE_APP_CLIENT_CPP_SRC_FILESYSTEM_H_ | ||
#define FIREBASE_APP_CLIENT_CPP_SRC_FILESYSTEM_H_ | ||
|
||
#include <string> | ||
|
||
#if !defined(FIREBASE_NAMESPACE) | ||
#define FIREBASE_NAMESPACE firebase | ||
#endif | ||
|
||
namespace FIREBASE_NAMESPACE { | ||
|
||
/** | ||
* Returns a system-defined best directory in which to create application | ||
* data. Values vary wildly across platforms. They include: | ||
* | ||
* * iOS: $container/Library/Application Support/$app_name | ||
* * Linux: $HOME/.local/share/$app_name | ||
* * macOS: $container/Library/Application Support/$app_name | ||
* * Other UNIX: $HOME/.$app_name. Note: Android is not implemented yet. | ||
* * tvOS: $container/Library/Caches/$app_name | ||
* * Windows: %USERPROFILE%/AppData/Local | ||
* | ||
* On iOS, tvOS, and macOS (when running sandboxed), these locations are | ||
* relative to the data container for the current application. On macOS when | ||
* the application is not sandboxed, the returned value will be relative to | ||
* $HOME instead. See "About the iOS File System" in the Apple "File System | ||
* Programming Guide" at https://apple.co/2Nn7Bsb. | ||
* | ||
* Note: the returned path is just where the system thinks the application | ||
* data should be stored, but `AppDataDir` does not actually guarantee that this | ||
* path exists (unless `should_create` is `true`, in which case it will attempt | ||
* to create a directory at the given path). | ||
* | ||
* @param app_name The name of the application. | ||
* @return The path to the application data, or an empty string if an error | ||
* occurred. | ||
*/ | ||
// TODO(varconst): Android is currently not supported. | ||
// | ||
// TODO(b/171738655): use a separate function instead of the `should_create` | ||
// flag. Use `StatusOr` for returning errors. | ||
std::string AppDataDir(const char* app_name, bool should_create = true, | ||
std::string* out_error = nullptr); | ||
|
||
} // namespace FIREBASE_NAMESPACE | ||
|
||
#endif // FIREBASE_APP_CLIENT_CPP_SRC_FILESYSTEM_H_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:newline at end of file