This repository was archived by the owner on Jan 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
wizardroid-sample/src/main Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
===============================================================================
3
3
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
+
4
11
Version 1.0.1 * (2013-10-06)*
5
12
----------------------------
6
13
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
allprojects {
11
- version = " 1.1.0-SNAPSHOT "
11
+ version = " 1.1.0"
12
12
group = " org.codepond"
13
13
}
14
14
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.codepond.wizardroid.sample"
4
- android : versionCode =" 3" android : versionName =" 1.1.0-SNAPSHOT " >
4
+ android : versionCode =" 3" android : versionName =" 1.1.0" >
5
5
6
6
<uses-sdk android : minSdkVersion =" 14"
7
- android : targetSdkVersion =" 18 "
7
+ android : targetSdkVersion =" 19 "
8
8
android : theme =" @android:style/Theme.Holo.Light.DarkActionBar" />
9
9
<application android : icon =" @drawable/icon"
10
10
android : label =" @string/app_name"
Original file line number Diff line number Diff line change 1
1
<?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 " />
4
4
<application />
5
5
</manifest >
You can’t perform that action at this time.
0 commit comments