Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit f02a564

Browse files
author
ndsinister
committed
Updated versions and change log before release 1.1.0
1 parent af2ed7a commit f02a564

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
===============================================================================
33

4+
Version 1.1.0 *(2013-11-10)*
5+
----------------------------
6+
7+
* Feature: Ability to block the user to proceed to the next event by swiping or clicking the button
8+
* Fix: Removed unnecessary log statements
9+
* Upgraded Android SDK and Gradle to the latest versions
10+
411
Version 1.0.1 *(2013-10-06)*
512
----------------------------
613

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
allprojects {
11-
version = "1.1.0-SNAPSHOT"
11+
version = "1.1.0"
1212
group = "org.codepond"
1313
}
1414

wizardroid-sample/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.codepond.wizardroid.sample"
4-
android:versionCode="3" android:versionName="1.1.0-SNAPSHOT">
4+
android:versionCode="3" android:versionName="1.1.0">
55

66
<uses-sdk android:minSdkVersion="14"
7-
android:targetSdkVersion="18"
7+
android:targetSdkVersion="19"
88
android:theme="@android:style/Theme.Holo.Light.DarkActionBar"/>
99
<application android:icon="@drawable/icon"
1010
android:label="@string/app_name"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="3" android:versionName="1.1.0-SNAPSHOT" package="org.codepond.wizardroid">
3-
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="18"/>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="3" android:versionName="1.1.0" package="org.codepond.wizardroid">
3+
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
44
<application/>
55
</manifest>

0 commit comments

Comments
 (0)