diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-13 22:26:22 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-13 22:26:22 +0200 |
commit | 4990733477c4f1a9173b8dc8a8d20a1167b821a8 (patch) | |
tree | 01d077053d3edeb1dbe0832880b123d1b289f0b3 | |
parent | 02a86b2dd21b31c4645751954c6ed8aed2afec08 (diff) | |
download | AntennaPod-4990733477c4f1a9173b8dc8a8d20a1167b821a8.zip |
Bumped version to 1.7.3-RC7
-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 7545386a2..e378a5ebc 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 1070306 - versionName "1.7.3-RC6" + versionCode 1070307 + versionName "1.7.3-RC7" testApplicationId "de.test.antennapod" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" generatedDensities = [] |