Skip to content

Commit

Permalink
Updated version to 2.1/9. Fixed crash in about screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsiemens committed May 3, 2014
1 parent e6b3732 commit 5aecfd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pathfinder-toolkit/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lateensoft.pathfinder.toolkit"
android:versionCode="8"
android:versionName="2.0.2" >
android:versionCode="9"
android:versionName="2.1" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
2 changes: 1 addition & 1 deletion pathfinder-toolkit/res/xml/prefs_general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:title="@string/pref_about_screen_title" >
<intent
android:action="android.intent.action.VIEW"
android:targetClass="com.lateensoft.pathfinder.toolkit.views.settings.PTAboutActivity"
android:targetClass="com.lateensoft.pathfinder.toolkit.views.settings.AboutActivity"
android:targetPackage="com.lateensoft.pathfinder.toolkit" />
</Preference>
</PreferenceScreen>

0 comments on commit 5aecfd9

Please sign in to comment.