Merge pull request 'main' (#16) from fekt/hush-android-wallet:main into main
Reviewed-on: https://git.hush.is/hush/SilentDragonAndroid/pulls/16
This commit is contained in:
@@ -30,6 +30,14 @@ android {
|
|||||||
// per https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.VectorDrawablesOptions.html: If set to an empty collection, all special handling of vector drawables will be disabled.
|
// per https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.VectorDrawablesOptions.html: If set to an empty collection, all special handling of vector drawables will be disabled.
|
||||||
vectorDrawables.generatedDensities = []
|
vectorDrawables.generatedDensities = []
|
||||||
}
|
}
|
||||||
|
splits {
|
||||||
|
abi {
|
||||||
|
enable true
|
||||||
|
reset()
|
||||||
|
universalApk true
|
||||||
|
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
|
}
|
||||||
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ object Deps {
|
|||||||
const val compileSdkVersion = 31
|
const val compileSdkVersion = 31
|
||||||
const val minSdkVersion = 21
|
const val minSdkVersion = 21
|
||||||
const val targetSdkVersion = 30
|
const val targetSdkVersion = 30
|
||||||
const val versionName = "1.0.1"
|
const val versionName = "1.0.2"
|
||||||
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 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 packageName = "hush.android"
|
const val packageName = "hush.android"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user