Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Commit 2b4a751

Browse files
committed
Bumping to version 1.4.0 for alpha distribution
1 parent 67d3548 commit 2b4a751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="133" android:versionName="1.3.1" package="org.iilab.pb">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="134" android:versionName="1.4.0" package="org.iilab.pb">
33
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="18"/>
44

55
<uses-permission android:name="android.permission.READ_CONTACTS"/>
@@ -18,7 +18,7 @@
1818
<uses-permission android:name="android.permission.GET_TASKS"/>
1919
<uses-permission android:name="android.permission.READ_LOGS"/>
2020

21-
<application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".common.ApplicationSettings" android:theme="@android:style/Theme.Light.NoTitleBar">
21+
<application android:allowBackup="true" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".common.ApplicationSettings" android:theme="@android:style/Theme.Light.NoTitleBar">
2222

2323
<activity android:excludeFromRecents="true" android:label="@string/app_name_setup" android:name=".HomeActivity" android:noHistory="true" android:screenOrientation="portrait">
2424
<intent-filter>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.iilab.pb</groupId>
77
<artifactId>panic-button</artifactId>
8-
<version>1.3.1</version>
8+
<version>1.4.0</version>
99
<packaging>apk</packaging>
1010
<name>Panic Button</name>
1111

0 commit comments

Comments
 (0)