diff options
author | ByteHamster <info@bytehamster.com> | 2019-12-11 10:19:08 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-12-11 10:19:08 +0100 |
commit | a4243320f69e0b6b5ff2079d25e8d1a54514b1bf (patch) | |
tree | 0c7f5f579c52047e3dace39ef09de19ff14be858 /app | |
parent | 3758caeefee5e86e228f6456df285283c5ba9fb0 (diff) | |
download | AntennaPod-a4243320f69e0b6b5ff2079d25e8d1a54514b1bf.zip |
Bumped to version to 1.8.0-RC3
Diffstat (limited to 'app')
-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 54159cdd1..5fd53250e 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 1080002 - versionName "1.8.0-RC2" + versionCode 1080003 + versionName "1.8.0-RC3" testApplicationId "de.test.antennapod" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" generatedDensities = [] |