Compare commits

...
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

5 Commits
main ... main

  1. 1
      app/src/main/java/cash/z/ecc/android/ext/Const.kt
  2. 4
      buildSrc/src/main/java/cash/z/ecc/android/Dependencies.kt

1
app/src/main/java/cash/z/ecc/android/ext/Const.kt

@ -51,7 +51,6 @@ object Const {
private val serverList = listOf(
"lite.hush.is",
"lite.hushpool.is",
"lite.hush.community",
"poop.granitefone.me",
"lite.myhush.org",
"wtfistheinternet.hush.is",

4
buildSrc/src/main/java/cash/z/ecc/android/Dependencies.kt

@ -9,8 +9,8 @@ object Deps {
const val compileSdkVersion = 31
const val minSdkVersion = 21
const val targetSdkVersion = 30
const val versionName = "1.0.2"
const val versionCode = 1_02_00 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
const val versionName = "1.0.4"
const val versionCode = 1_04_00 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release.
const val packageName = "hush.android"