Bump version, dev wallet birthday, and SDK renaming
This commit is contained in:
@@ -142,7 +142,7 @@ class LandingFragment : BaseFragment<FragmentLandingBinding>() {
|
|||||||
ZcashNetwork.Mainnet -> {
|
ZcashNetwork.Mainnet -> {
|
||||||
seedPhrase =
|
seedPhrase =
|
||||||
"still champion voice habit trend flight survey between bitter process artefact blind carbon truly provide dizzy crush flush breeze blouse charge solid fish spread"
|
"still champion voice habit trend flight survey between bitter process artefact blind carbon truly provide dizzy crush flush breeze blouse charge solid fish spread"
|
||||||
birthday = BlockHeight.new(ZcashNetwork.Mainnet, 1170000) // 663174
|
birthday = BlockHeight.new(ZcashNetwork.Mainnet, 1180000)
|
||||||
}
|
}
|
||||||
ZcashNetwork.Testnet -> {
|
ZcashNetwork.Testnet -> {
|
||||||
seedPhrase =
|
seedPhrase =
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ object Deps {
|
|||||||
const val kotlinVersion = "1.7.20"
|
const val kotlinVersion = "1.7.20"
|
||||||
const val navigationVersion = "2.5.2"
|
const val navigationVersion = "2.5.2"
|
||||||
|
|
||||||
const val compileSdkVersion = 33
|
const val compileSdkVersion = 31
|
||||||
const val minSdkVersion = 21
|
const val minSdkVersion = 21
|
||||||
const val targetSdkVersion = 33
|
const val targetSdkVersion = 30
|
||||||
const val versionName = "1.0.0"
|
const val versionName = "1.0.1"
|
||||||
const val versionCode = 1_00_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 versionCode = 1_01_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"
|
const val packageName = "hush.android"
|
||||||
|
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ object Deps {
|
|||||||
./gradlew build
|
./gradlew build
|
||||||
./gradlew build publishToMavenLocal
|
./gradlew build publishToMavenLocal
|
||||||
*/
|
*/
|
||||||
const val SDK = "cash.z.ecc.android:zcash-android-sdk:1.9.0-beta01-SNAPSHOT"
|
const val SDK = "hush.android:hush-android-sdk:1.9.0-beta01-SNAPSHOT"
|
||||||
}
|
}
|
||||||
object Misc {
|
object Misc {
|
||||||
const val LOTTIE = "com.airbnb.android:lottie:3.7.0"
|
const val LOTTIE = "com.airbnb.android:lottie:3.7.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user