Skip to content

Commit

Permalink
Release 0.1.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
desyncr committed Aug 7, 2020
1 parent b0c3254 commit f8ef7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Freenet is a peer-to-peer platform for censorship-resistant communication and pu

# Installing

<a href="https://github.com/freenet-mobile/app/releases/download/v0.1.3-beta/freenet-mobile-release.apk" alt="Download APK">
<a href="https://github.com/freenet-mobile/app/releases/download/v0.1.4-beta/freenet-mobile-release.apk" alt="Download APK">
<img src="./docs/apk-file-format-symbol.png" width="200">
</a>

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.freenetproject.mobile"
minSdkVersion 22
targetSdkVersion 30
versionCode 13
versionName "0.1.3"
versionCode 14
versionName "0.1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down

0 comments on commit f8ef7bb

Please sign in to comment.