release: v0.2.3
This commit is contained in:
parent
12a75f8370
commit
094a5b8969
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3608,7 +3608,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grim"
|
name = "grim"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-activity",
|
"android-activity",
|
||||||
"android_logger",
|
"android_logger",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grim"
|
name = "grim"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
authors = ["Ardocrat <ardocrat@proton.me>"]
|
authors = ["Ardocrat <ardocrat@proton.me>"]
|
||||||
description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere."
|
description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -11,7 +11,7 @@ android {
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 3
|
versionCode 3
|
||||||
versionName "0.2.2"
|
versionName "0.2.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||||
|
|
Loading…
Reference in a new issue