Bump version to 0.10.1
This commit is contained in:
parent
9f82746a64
commit
6ef8684b59
1 changed files with 2 additions and 3 deletions
|
|
@ -20,8 +20,7 @@ android {
|
|||
keyPassword = "123456"
|
||||
}
|
||||
create("pixelized") {
|
||||
storeFile =
|
||||
(project.properties["PIXELIZED_RELEASE_STORE_FILE"] as? String)?.let { file(it) }
|
||||
storeFile = (project.properties["PIXELIZED_RELEASE_STORE_FILE"] as? String)?.let { file(it) }
|
||||
storePassword = project.properties["PIXELIZED_RELEASE_STORE_PASSWORD"] as? String
|
||||
keyAlias = project.properties["PIXELIZED_RELEASE_KEY_ALIAS"] as? String
|
||||
keyPassword = project.properties["PIXELIZED_RELEASE_KEY_PASSWORD"] as? String
|
||||
|
|
@ -32,7 +31,7 @@ android {
|
|||
applicationId = "com.pixelized.rplexicon"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionName = "0.10.0"
|
||||
versionName = "0.10.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue