Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jun 24, 2014
2 parents 993ba99 + 7df690d commit 2b04bd2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So, I started to collect animation effects... and in two days, this project born
```groovy
dependencies {
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.androidanimations:library:1.0.0@aar'
compile 'com.daimajia.androidanimations:library:1.0.1@aar'
}
```
or Maven
Expand All @@ -30,7 +30,7 @@ or Maven
<dependency>
<groupId>com.daimajia.androidanimation</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>apklib</type>
</dependency>
```
Expand Down
9 changes: 1 addition & 8 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.daimajia.androidanimations.library">
<manifest package="com.daimajia.androidanimations.library">

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

</application>

</manifest>
Binary file removed library/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed library/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file removed library/src/main/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
3 changes: 0 additions & 3 deletions library/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit 2b04bd2

Please sign in to comment.