diff options
author | ByteHamster <info@bytehamster.com> | 2020-12-02 11:49:19 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-12-02 11:49:19 +0100 |
commit | 0dcf44f67e791acef173d225fe049dae2519fe4b (patch) | |
tree | 63498b7087760d0da92b1cc4f13df26c9aa633d4 | |
parent | b5047c9ead210ff2aec4bb4ed1d3b2d36cb0522b (diff) | |
download | AntennaPod-0dcf44f67e791acef173d225fe049dae2519fe4b.zip |
Bumped version to 2.1.0
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/release-notes/en-US/default.txt | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index e3f85ccfc..93d3793bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { // "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-RC4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 2010003 - versionName "2.1.0-RC3" + versionCode 2010095 + versionName "2.1.0" multiDexEnabled false vectorDrawables.useSupportLibrary true diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 6baa07d5a..c911a4f1f 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,5 +1,3 @@ -This is a beta release for AntennaPod 2.1.0 - - A long-standing wish of many: playing local files! In the 'Add podcast' screen simply tap 'Add local folder' and select a location on your phone! (@ByteHamster, @igoralmeida & @damoasda) - Pick a country for the 'Discover' screen (@tonytamsf) - Keyboard shortcuts (@asdoi) |