Skip to content

Commit 5c4a719

Browse files
author
Cynthia Jiang
committed
Solve misc build errors
1 parent c21ea9d commit 5c4a719

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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>

firestore/firestore_resources/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4851
dependencies {

0 commit comments

Comments
 (0)