diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-08-30 17:53:59 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-08-30 17:53:59 +0200 |
| commit | a10fff1cbac888f617832c37d57c4fc409752c52 (patch) | |
| tree | a07c240188042c169e949e57d76cf4fa6ad1b378 /android | |
| parent | 099ed353f5ecb281a06111073d0075f81b490232 (diff) | |
| parent | 14a14b04933e9f208f600d4af2e689b755858230 (diff) | |
| download | mullvadvpn-a10fff1cbac888f617832c37d57c4fc409752c52.tar.xz mullvadvpn-a10fff1cbac888f617832c37d57c4fc409752c52.zip | |
Merge branch 'refactor-version-injection'
Diffstat (limited to 'android')
| -rw-r--r-- | android/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle index a8a66faa7d..b090f2502e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.mullvad.mullvadvpn" minSdkVersion 19 targetSdkVersion 28 - versionCode 1 - versionName "2019.6" + versionCode 19070099 + versionName "2019.7" } if (keystorePropertiesFile.exists()) { |
