Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Prepared v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Oct 4, 2013
1 parent 97cfa27 commit c48ea36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EnhancedListView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ android {
apply plugin: 'maven'
apply plugin: 'signing'

version = "0.1.1"
version = "0.1.2"
group = "de.timroes.android"

configurations {
Expand Down
4 changes: 2 additions & 2 deletions EnhancedListView/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="de.timroes.android.listview"
android:versionCode="2"
android:versionName="0.1.1">
android:versionCode="3"
android:versionName="0.1.2">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />

Expand Down

0 comments on commit c48ea36

Please sign in to comment.