Browse Source

Reset version number

dev
Denys Podymskyy 4 years ago
parent
commit
38775db8d5
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      ui/build.gradle
  2. +2
    -2
      version.gradle

+ 3
- 3
ui/build.gradle View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

version wireguardVersionName
version bubbleVpnVersionName
group groupName

// Create a variable called keystorePropertiesFile, and initialize it to your
@@ -27,8 +27,8 @@ android {
applicationId 'com.getbubblenow.android'
minSdkVersion 21
targetSdkVersion 29
versionCode wireguardVersionCode
versionName wireguardVersionName
versionCode bubbleVpnVersionCode
versionName bubbleVpnVersionName
buildConfigField 'int', 'MIN_SDK_VERSION', "$minSdkVersion.apiLevel"
}
// If the keystore file exists


+ 2
- 2
version.gradle View File

@@ -1,6 +1,6 @@
buildscript {
ext {
wireguardVersionCode = 474
wireguardVersionName = '1.0.20200407'
bubbleVpnVersionCode = 1
bubbleVpnVersionName = '1.0.0'
}
}

Loading…
Cancel
Save