Skip to content

Commit

Permalink
Update version to 3.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo committed May 5, 2015
1 parent f86e729 commit e0459fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.exobel.routerkeygen"
android:installLocation="auto"
android:versionCode="33"
android:versionName="3.9.1" >
android:versionCode="34"
android:versionName="3.12.0" >

<uses-sdk
android:minSdkVersion="10"
Expand Down
2 changes: 1 addition & 1 deletion android/routerkeygen_version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"3.9.1","url":"https://github.com/routerkeygen/routerkeygenAndroid/releases/download/v3.9.1/routerkeygen-3-9-1.apk"}
{"version":"3.12.0","url":"https://github.com/routerkeygen/routerkeygenAndroid/releases/download/v3.12.0/routerkeygen-3-12-0.apk"}
4 changes: 2 additions & 2 deletions android/src/org/exobel/routerkeygen/ui/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public class Preferences extends SherlockPreferenceActivity {
public static final String PUB_DOWNLOAD = "https://github.com/routerkeygen/thomsonDicGenerator/releases/download/v3/RouterKeygen_v3.dic";
private static final String PUB_DIC_CFV = "https://github.com/routerkeygen/thomsonDicGenerator/releases/download/v3/RKDictionary.cfv";

public static final String VERSION = "3.9.1";
private static final String LAUNCH_DATE = "11/09/2014";
public static final String VERSION = "3.12.0";
private static final String LAUNCH_DATE = "05/05/2015";

private LastVersion lastVersion;

Expand Down

0 comments on commit e0459fc

Please sign in to comment.