applicationId "com.stoutner.privacybrowser"
minSdkVersion 15
targetSdkVersion 23
- versionCode 3
- versionName "1.2"
+ versionCode 4
+ versionName "1.3"
}
buildTypes {
productFlavors {
standard {
applicationId "com.stoutner.privacybrowser.standard"
- versionName "1.2-standard"
+ versionName "1.3-standard"
}
free {
applicationId "com.stoutner.privacybrowser.free"
- versionName "1.2-free"
+ versionName "1.3-free"
}
}
}
<p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>. The full text of the license is below.</p>
+<br/>
+<hr/>
+<br/>
+
<p>app/src/main/res/mipmap-*/privacy_browser.png and app/src/free/mipmap-*/privacy_browser.png are derived from ic_security and ic_language, which are part of the Android Material icon set.
They are released under the <a href=https://creativecommons.org/licenses/by/4.0/>CC-BY license</a>. Modifications were made by Soren Stoutner in 2016.</p>