Skip to content

Commit

Permalink
build for release, update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanTodoran committed Jan 21, 2024
1 parent 15a0da0 commit ec3ad48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
applicationId 'com.stefantodoran.cratesncraters'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6
versionCode 7
versionName "0.3.7"

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"backgroundColor": "#FFFFFF"
},
"package": "com.stefantodoran.cratesncraters",
"versionCode": 6
"versionCode": 7
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crates-n-craters",
"version": "0.1.1",
"version": "0.4.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit ec3ad48

Please sign in to comment.