mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-09-19 04:59:59 +00:00
Bump Android release to 2.0.1
This commit is contained in:
parent
c9938a36ea
commit
c549bdb03f
@ -30,8 +30,8 @@ android {
|
|||||||
applicationId = "com.bitchat.droid"
|
applicationId = "com.bitchat.droid"
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
versionCode = 37
|
versionCode = 38
|
||||||
versionName = "2.0.0"
|
versionName = "2.0.1"
|
||||||
buildConfigField(
|
buildConfigField(
|
||||||
"String",
|
"String",
|
||||||
"GITHUB_RELEASE_CERT_SHA256",
|
"GITHUB_RELEASE_CERT_SHA256",
|
||||||
|
|||||||
@ -19,8 +19,8 @@ android {
|
|||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
// Wear releases use a separate high range because Play requires every artifact in
|
// Wear releases use a separate high range because Play requires every artifact in
|
||||||
// one application ID to have a unique version code across all form factors.
|
// one application ID to have a unique version code across all form factors.
|
||||||
versionCode = 1_000_000_001
|
versionCode = 1_000_000_002
|
||||||
versionName = "0.1.0"
|
versionName = "0.1.1"
|
||||||
|
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user