Skip to content

Commit

Permalink
bumps version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Apr 28, 2013
1 parent d7e6a8a commit fe38148
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ You can check some features in the Crouton Demo.
If you're already using Crouton and just want to download the latest version of the library, follow [this link](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.keyboardsurfer.android.widget%22).

### Changelog
#### Current version: 1.7
#### Current version: 1.8

####[1.8](https://github.com/keyboardsurfer/Crouton/tree/1.8)

- Improves support for custom views
- Smoothing out animations for multiple line Croutons
- Cleans up Style
- Configuration is now available for non-UI information
- Style only holds UI-relevant information
- Introduces DURATION_SHORT and DURATION_LONG constants

####[1.7](https://github.com/keyboardsurfer/Crouton/tree/1.7)

Expand Down
2 changes: 1 addition & 1 deletion library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.keyboardsurfer.mobile.app.android.widget.crouton"
android:versionCode="1"
android:versionName="1.7">
android:versionName="1.8">

<uses-sdk android:minSdkVersion="4" />

Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<url>https://github.com/keyboardsurfer/Crouton</url>
<artifactId>crouton</artifactId>
<groupId>de.keyboardsurfer.android.widget</groupId>
<version>1.7</version>
<version>1.8</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<name>Crouton Parent</name>
<artifactId>crouton-parent</artifactId>
<version>1.7</version>
<version>1.8</version>
<groupId>de.keyboardsurfer.android.widget</groupId>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.keyboardsurfer.app.demo.crouton"
android:versionCode="9"
android:versionName="1.7" >
android:versionCode="10"
android:versionName="1.8" >

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<name>Crouton Demo</name>
<artifactId>de.keyboardsurfer.app.demo.crouton</artifactId>
<version>1.7</version>
<version>1.8</version>
<groupId>de.keyboardsurfer.app.demo.crouton</groupId>
<packaging>apk</packaging>

Expand Down Expand Up @@ -51,7 +51,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<crouton.version>1.7</crouton.version>
<crouton.version>${project.version}</crouton.version>
<android.version>4.1.1.4</android.version>
<android.version.platform>16</android.version.platform>
</properties>
Expand Down

0 comments on commit fe38148

Please sign in to comment.