Skip to content

Commit

Permalink
Removed useless and dangerous icons
Browse files Browse the repository at this point in the history
These will conflict with any project that implements this library. They
need to be removed.
  • Loading branch information
Colin Miller committed Jul 30, 2014
1 parent b2fe22c commit e1dd730
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 19 deletions.
7 changes: 2 additions & 5 deletions SimpleNoSQL/src/main/AndroidManifest.xml
@@ -1,10 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="colintmiller.com.myapplication">
package="colintmiller.com.simplenosql">

<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">
<application android:allowBackup="true">

</application>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions SimpleNoSQL/src/main/res/values/strings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions SimpleNoSQL/src/main/res/values/styles.xml

This file was deleted.

4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -19,7 +19,7 @@

VERSION_NAME=0.1-SNAPSHOT
VERSION_CODE=1
GROUP=com.colintmiller.simplenosql
GROUP=com.colintmiller

POM_DESCRIPTION=Android Library for a simple NoSQL data layer
POM_URL=https://github.com/Jearil/SimpleNoSQL
Expand All @@ -30,4 +30,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=Jearil
POM_DEVELOPER_NAME=Colin Miller
POM_DEVELOPER_NAME=Colin Miller
2 changes: 1 addition & 1 deletion maven_push.gradle
Expand Up @@ -89,4 +89,4 @@ afterEvaluate { project ->
archives androidSourcesJar
archives androidJavadocsJar
}
}
}

0 comments on commit e1dd730

Please sign in to comment.