projects
/
PrivacyBrowser.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change asset image links to use relative paths so the project will build on F-Droid.
[PrivacyBrowser.git]
/
app
/
build.gradle
diff --git
a/app/build.gradle
b/app/build.gradle
index a2b17ad8e52dbc4fdf5c74c6893ef9ae69154de4..22cfd8f3aa4df0e1edbf7b77c6d46484a24705a4 100644
(file)
--- a/
app/build.gradle
+++ b/
app/build.gradle
@@
-29,8
+29,8
@@
android {
applicationId "com.stoutner.privacybrowser"
minSdkVersion 19
targetSdkVersion 23
- versionCode
9
- versionName "1.
8
"
+ versionCode
10
+ versionName "1.
9
"
}
buildTypes {