Skip to content

Commit 3bed2b9

Browse files
committed
update version to 3.75
1 parent 2e388c0 commit 3bed2b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
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="371"
4+
android:versionCode="375"
55
android:versionName="@string/version" >
66

77
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" />
@@ -21,4 +21,4 @@
2121
</activity>
2222
</application>
2323

24-
</manifest>
24+
</manifest>

res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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.71</string>
15+
<string name="version">3.75</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>
1919
<string name="status_upgrade">#FFFF00</string>
2020
<string name="reboot_write_protect">Reboot to Write Protect Off Mode</string>
21-
</resources>
21+
</resources>

0 commit comments

Comments
 (0)