File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
firestore/firestore_resources Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ package =" com.google.FirebaseCppSdkBuild" >
4
+ <uses-permission android : name =" android.permission.INTERNET" />
5
+ <uses-sdk android : minSdkVersion =" 3" />
6
+ </manifest >
Original file line number Diff line number Diff line change @@ -36,13 +36,16 @@ android {
36
36
37
37
sourceSets {
38
38
main {
39
- manifest. srcFile ' ../../android_build_files/ AndroidManifest.xml'
39
+ manifest. srcFile ' AndroidManifest.xml'
40
40
java {
41
41
srcDirs = [' ../src_java/com/google/firebase/firestore/internal/cpp' ]
42
42
exclude ' Dummy.java'
43
43
}
44
44
}
45
45
}
46
+ lintOptions {
47
+ abortOnError false
48
+ }
46
49
}
47
50
48
51
dependencies {
You can’t perform that action at this time.
0 commit comments