diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-11 00:06:23 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-11 00:06:23 +0200 |
commit | ada0101b0754cf4b34a1719f90f0b20571dab8db (patch) | |
tree | 35b3ac4e0235f932cf2efc64df8017516b057f66 | |
parent | eedd3ce7550fc6bae78a56dc1aa2e86e3ab4ddd3 (diff) | |
download | AntennaPod-ada0101b0754cf4b34a1719f90f0b20571dab8db.zip |
Bumped version to 1.7.3-RC6
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1fbe79e4d..7545386a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { // "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-RC4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 1070305 - versionName "1.7.3-RC5" + versionCode 1070306 + versionName "1.7.3-RC6" testApplicationId "de.test.antennapod" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" generatedDensities = [] |