Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
François Kooman committed May 9, 2022
1 parent 2a74383 commit 11aa493
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.99.0 (2022-04-25)
## 3.0.0 (2022-05-09)
- add support for [APIv3](https://github.com/eduvpn/documentation/blob/v3/API.md)
- add support for [WireGuard](https://www.wireguard.com/) in combination with
eduVPN/Let's Connect! 3.x servers
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "nl.eduvpn.app"
minSdkVersion 21
targetSdkVersion 30
versionCode 19
versionName "2.99.0"
versionCode 20
versionName "3.0.0"
ndkVersion "21.0.6113669"

vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion build_app_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SDK_DIR=${HOME}/android-sdk
KEY_STORE=${HOME}/android.jks

GIT_REPO=https://github.com/eduvpn/android
GIT_TAG=2.99.0
GIT_TAG=3.0.0
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down
2 changes: 1 addition & 1 deletion build_app_tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SDK_DIR=${HOME}/android-sdk
KEY_STORE=${HOME}/android.jks

V=2.99.0
V=3.0.0
DOWNLOAD_URL=https://github.com/eduvpn/android/releases/download/${V}/eduvpn-android-${V}.tar.xz

PROJECT_DIR=${HOME}/Projects
Expand Down
2 changes: 1 addition & 1 deletion create_release_tar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GIT_REPO=https://github.com/eduvpn/android
GIT_TAG=2.99.0
GIT_TAG=3.0.0
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down

0 comments on commit 11aa493

Please sign in to comment.