Skip to content

Commit

Permalink
Update V1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Dec 5, 2023
1 parent f631a31 commit f16824c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ FREE Browser is a web browser for optimal privacy

## LICENSE

This app is licensed under the GPLv3.
This app is licensed under the GPLv3, (c) woheller69.

The app uses code from:
- FOSS-Browser, https://github.com/woheller69/browser, published under GPLv3 (at time of fork)
- Ninja, https://github.com/mthli/Ninja, published under Apache-2.0 license
- Zip4j, https://github.com/srikanth-lingala/zip4j, published under Apache-2.0 license
- StevenBlack hosts, https://github.com/StevenBlack/hosts, published under MIT license
- DuckDuckGo Android browser: https://github.com/duckduckgo/Android under Apache-2.0 license
- DuckDuckGo Android browser: https://github.com/duckduckgo/Android, published under Apache-2.0 license

## INSTRUCTIONS

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.woheller69.browser"
minSdkVersion 29
targetSdkVersion 33
versionCode 1500
versionName "1.5"
versionCode 1600
versionName "1.6"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1600.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Layout improvements
View source code button
Code improvements
Bugfixes

0 comments on commit f16824c

Please sign in to comment.