Skip to content

Commit

Permalink
version pushed to 3.5
Browse files Browse the repository at this point in the history
sorting by order in file, date, author, and journal is now fully functional
  • Loading branch information
Christian Gogolin committed Jan 29, 2016
1 parent ca8088a commit f113588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cgogolin.library"
android:versionCode="15"
android:versionName="3.4">
android:versionName="3.5">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="11" />
<supports-screens
Expand Down

1 comment on commit f113588

@cgogolin
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This closes #1

Please sign in to comment.