We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac653 commit 3e403ddCopy full SHA for 3e403dd
tools/android_support/generate_pom_file.py
@@ -11,8 +11,7 @@
11
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
12
13
# The template for the POM file.
14
-POM_FILE_CONTENT = '''
15
-<?xml version="1.0" encoding="UTF-8"?>
+POM_FILE_CONTENT = '''<?xml version="1.0" encoding="UTF-8"?>
16
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
17
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
18
<modelVersion>4.0.0</modelVersion>
0 commit comments