Skip to content

Commit

Permalink
Update version (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Apr 28, 2014
1 parent e953d55 commit 99123e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_CODE=7
VERSION_NAME=2.0.1-SNAPSHOT
VERSION_CODE=8
GROUP=com.github.johnkil.android-robototextview

POM_DESCRIPTION=Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Expand Down
4 changes: 2 additions & 2 deletions robototextview-sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devspark.robototextview.sample"
android:versionCode="7"
android:versionName="2.0.0">
android:versionCode="8"
android:versionName="2.0.1">

<uses-sdk
android:minSdkVersion="3"
Expand Down
7 changes: 2 additions & 5 deletions robototextview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devspark.robototextview"
android:versionCode="7"
android:versionName="2.0.0">
android:versionCode="8"
android:versionName="2.0.1">

<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="19"/>
<application/>

</manifest>

0 comments on commit 99123e4

Please sign in to comment.