Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit 94e3fc8

Browse files
author
Jack Devey
authored
Create pom.xml
1 parent e61a87f commit 94e3fc8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>me.jackdevey.libraries</groupId>
5+
<artifactId>codeview</artifactId>
6+
<version>1.0.0</version>
7+
<packaging>aar</packaging>
8+
<dependencies>
9+
<dependency>
10+
<groupId>androidx.databinding</groupId>
11+
<artifactId>viewbinding</artifactId>
12+
<version>7.0.0-alpha09</version>
13+
</dependency>
14+
</dependencies>
15+
</project>

0 commit comments

Comments
 (0)