Skip to content

Commit

Permalink
prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
François Kooman committed Sep 22, 2020
1 parent 2120691 commit 35b98ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "nl.eduvpn.app"
minSdkVersion 21
targetSdkVersion 29
versionCode 13
versionName "2.0.0"
versionCode 14
versionName "2.0.1"
ndkVersion "20.0.5594570"

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.0.0
GIT_TAG=2.0.1
#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.0.0
V=2.0.1
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.0.0
GIT_TAG=2.0.1
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down

0 comments on commit 35b98ad

Please sign in to comment.