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 {
3636
3737 sourceSets {
3838 main {
39- manifest. srcFile ' ../../android_build_files/ AndroidManifest.xml'
39+ manifest. srcFile ' AndroidManifest.xml'
4040 java {
4141 srcDirs = [' ../src_java/com/google/firebase/firestore/internal/cpp' ]
4242 exclude ' Dummy.java'
4343 }
4444 }
4545 }
46+ lintOptions {
47+ abortOnError false
48+ }
4649}
4750
4851dependencies {
You can’t perform that action at this time.
0 commit comments