1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Merge pull request #4 from LukeOwncloud/change_name_to_android_library

Changed name of this oc_framework lib to android-library
This commit is contained in:
David A. Velasco 2014-02-14 14:25:30 +01:00
commit 8520a3a7e1

View File

@ -4,21 +4,21 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.owncloud.android</groupId> <groupId>com.owncloud.android</groupId>
<artifactId>oc_framework</artifactId> <artifactId>owncloud-android-library</artifactId>
<version>${owncloud.version}</version> <version>${owncloud.version}</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>oc_framework for Owncloud Android</name> <name>owncloud-android-library for Owncloud Android</name>
<properties> <properties>
<owncloud.version>1.5.1-SNAPSHOT</owncloud.version> <owncloud.version>1.5.1-SNAPSHOT</owncloud.version>
<java-version>1.6</java-version> <java-version>1.6</java-version>
<!-- Given by maven-android-sdk-deployer --> <!-- Given by maven-android-sdk-deployer -->
<google.android-version>4.4_r1</google.android-version> <google.android-version>4.4.2_r2</google.android-version>
<!-- Usually the latest Android API --> <!-- Usually the latest Android API -->
<google.android-api>19</google.android-api> <google.android-api>19</google.android-api>
</properties> </properties>
<description>oc_framwork for Owncloud for Android</description> <description>owncloud-android-library for Owncloud for Android</description>
<dependencies> <dependencies>