File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
0.6.1
5
5
-----
6
6
7
+ * Add git version tags
7
8
* Fix #77 : OnClickListener in list item crashes
8
9
DragSortController.
9
10
* Fix #81 : Enabling FastScroller causes crash.
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 =" com.mobeta.android.demodslv"
4
- android : versionCode =" 3 "
5
- android : versionName =" 0.5.0 " >
4
+ android : versionCode =" 4 "
5
+ android : versionName =" 0.6.1 " >
6
6
<uses-sdk android : minSdkVersion =" 7"
7
7
android : targetSdkVersion =" 14" />
8
8
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
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 =" com.mobeta.android.dslv"
4
- android : versionCode =" 3 "
5
- android : versionName =" 0.5.0 " >
4
+ android : versionCode =" 4 "
5
+ android : versionName =" 0.6.1 " >
6
6
<uses-sdk android : targetSdkVersion =" 7"
7
7
android : minSdkVersion =" 7" />
8
8
</manifest >
You can’t perform that action at this time.
0 commit comments