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

Unified Diff: AndroidManifest.xml

Issue 29339199: Issue 3846 - Add notification for users using an old SBrowser version (Closed)
Patch Set: Created March 31, 2016, 1:18 p.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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dc58ef0fa8aa4713baaf9e60d17ee5429f583884..3e7cdc18d55afb9e908016d393f8e464db238625 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.adblockplus.adblockplussbrowser"
- android:versionCode="6"
- android:versionName="1.0.1" >
+ android:versionCode="7"
+ android:versionName="1.0.2" >
Felix Dahlke 2016/04/01 08:54:53 Version bumps should go into a separate Noissue co
René Jeschke 2016/04/10 22:03:25 Done.
<uses-sdk
- android:minSdkVersion="23"
+ android:minSdkVersion="21"
android:targetSdkVersion="23" />
<uses-permission android:name="com.samsung.android.sbrowser.permission.CONTENTBLOCKER" />
« no previous file with comments | « no previous file | res/raw/sbrowser_dialog.html » ('j') | src/org/adblockplus/sbrowser/contentblocker/MainPreferences.java » ('J')

Powered by Google App Engine
This is Rietveld