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

Commit

Permalink
Prepared v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Jan 18, 2014
1 parent 84ab902 commit 5e87129
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
4 changes: 3 additions & 1 deletion EnhancedListView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionName "0.2.0"
versionCode 4
}
}

apply plugin: 'maven'
apply plugin: 'signing'

version = "0.1.3"
version = android.defaultConfig.versionName
group = "de.timroes.android"

configurations {
Expand Down
7 changes: 1 addition & 6 deletions EnhancedListView/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.timroes.android.listview"
android:versionCode="3"
android:versionName="0.1.2">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
<manifest package="de.timroes.android.listview">

<application>
</application>
Expand Down
4 changes: 3 additions & 1 deletion EnhancedListViewDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ android {

defaultConfig {
minSdkVersion 8
targetSdkVersion 18
targetSdkVersion 19
versionCode 4
versionName "0.2.0"
}

}
Expand Down
8 changes: 1 addition & 7 deletions EnhancedListViewDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.timroes.android.listviewdemo"
android:versionCode="3"
android:versionName="0.1.2" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
package="de.timroes.android.listviewdemo">

<application
android:allowBackup="true"
Expand Down

0 comments on commit 5e87129

Please sign in to comment.