Skip to content

Commit

Permalink
Merge pull request #392 from fantostisch/release-3.1.0
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
dzolnai authored May 23, 2023
2 parents 4d705e7 + cbf0ec8 commit 684545e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 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))
- Support Minisign prehashed signature format ([#361](https://github.com/eduvpn/android/pull/361))
- Fix no keyword search for institutes ([#384](https://github.com/eduvpn/android/pull/384))
- Fix sorting Institute Access and Secure Internet ([#387](https://github.com/eduvpn/android/pull/387))
- Remove save button ([#383](https://github.com/eduvpn/android/pull/383))
- Fix "null" in notification when using secure internet ([#390](https://github.com/eduvpn/android/pull/390))
- Update OkHttp to 4.10.0 ([#390](https://github.com/eduvpn/android/pull/391))

## 3.0.1 (2022-11-04)
- update ics-openvpn
- Remove secure-preferences ([#117](https://github.com/eduvpn/android/issues/117))
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 21
versionName "3.0.1"
versionCode 22
versionName "3.1.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=3.0.1
GIT_TAG=3.1.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=3.0.1
V=3.1.0
DOWNLOAD_URL=https://github.com/eduvpn/android/releases/download/${V}/eduvpn-android-${V}.tar.xz

PROJECT_DIR=${HOME}/Projects
Expand Down
6 changes: 3 additions & 3 deletions builder_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

SDK_DIR=${HOME}/android-sdk

# current as of 20220425
# current as of 20230522
# see https://developer.android.com/studio/#downloads "Command line tools only"
SDK_VERSION=8512546
SDK_VERSION=9477386

# Always use latest from https://developer.android.com/studio/releases/build-tools
BUILD_TOOLS_VERSION=29.0.3
BUILD_TOOLS_VERSION=33.0.2

# see app/build.gradle for "targetSdkVersion"
PLATFORM_VERSION=31
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.0.1
GIT_TAG=3.1.0
#GIT_TAG=master

PROJECT_DIR=${HOME}/Projects
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Remove API v2 support
* Added German translation
* Remove save button
* Bug fixes

0 comments on commit 684545e

Please sign in to comment.