Skip to content

Commit

Permalink
New version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henrichg committed Mar 25, 2016
1 parent 492ef68 commit ef8e230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions phoneProfilesPlus/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="sk.henrichg.phoneprofilesplus"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1894"
android:versionName="3.3.5b"
android:versionCode="1900"
android:versionName="3.3.5"
android:installLocation="internalOnly" >
<!-- android:installLocation="internalOnly" is needed for working BOOT_COMPLETED broadcast -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class ImportantInfoNotification {

// this version code must by <= version code in manifest
public static final int VERSION_CODE_FOR_NEWS = 1886;
public static final int VERSION_CODE_FOR_NEWS = 1900;

static public void showInfoNotification(Context context) {

Expand Down

0 comments on commit ef8e230

Please sign in to comment.