Skip to content

Commit 2e388c0

Browse files
committed
bump version to 3.71
1 parent 33274fe commit 2e388c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.hashcode.safestrap"
4-
android:versionCode="370"
4+
android:versionCode="371"
55
android:versionName="@string/version" >
66

77
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" />

res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<string name="system_status_not_active">Not Active</string>
1313
<string name="recovery_status_disabled">Recovery Disabled</string>
1414
<string name="instructions"></string>
15-
<string name="version">3.70</string>
15+
<string name="version">3.71</string>
1616
<string name="disclaimer">THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</string>
1717
<string name="status_installed">#66FF99</string>
1818
<string name="status_notinstalled">#FF0000</string>

0 commit comments

Comments
 (0)