Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AndroidManifest.xml

Issue 8954027: android: Crash fixes (Closed)
Patch Set: Created Nov. 27, 2012, 10:57 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: AndroidManifest.xml
===================================================================
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.android"
android:versionCode="146"
- android:versionName="1.0" >
+ android:versionName="1.0.1a" >
<uses-sdk
android:minSdkVersion="7"
@@ -61,4 +61,4 @@
<receiver android:name=".updater.AlarmReceiver" />
</application>
-</manifest>
+</manifest>
« no previous file with comments | « no previous file | src/org/adblockplus/android/AdblockPlus.java » ('j') | src/org/adblockplus/android/AdblockPlus.java » ('J')

Powered by Google App Engine
This is Rietveld