[mobile] update versions to 0.4.1
This commit is contained in:
parent
de3089f6ee
commit
b6f3c36dfc
@ -79,8 +79,8 @@ android {
|
|||||||
applicationId "com.mancala_mobile"
|
applicationId "com.mancala_mobile"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0"
|
versionName "0.4.1"
|
||||||
}
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
debug {
|
debug {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mancala_mobile",
|
"name": "mancala_mobile",
|
||||||
"version": "0.0.1",
|
"version": "0.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"android": "react-native run-android",
|
"android": "react-native run-android",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user