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

Commit

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

## 3.1.1 (2023-05-24)
- Only sort when retrieving lists, not on every keypress
([#394](https://github.com/eduvpn/android/pull/394))

## 3.1.0 (2023-05-22)
- Remove API v2 support ([#382](https://github.com/eduvpn/android/pull/383))
- German translation ([#386](https://github.com/eduvpn/android/pull/386))
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 31
versionCode 22
versionName "3.1.0"
versionCode 23
versionName "3.1.1"
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=3.1.0
GIT_TAG=3.1.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=3.1.0
V=3.1.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=3.1.0
GIT_TAG=3.1.1
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Only sort organizations when retrieving lists, not on every keypress

0 comments on commit 0ea27c9

Please sign in to comment.