Procházet zdrojové kódy

Reset version number

dev
Denys Podymskyy před 4 roky
rodič
revize
38775db8d5
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. +3
    -3
      ui/build.gradle
  2. +2
    -2
      version.gradle

+ 3
- 3
ui/build.gradle Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit