Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-meilan committed Jan 10, 2024
1 parent 90eb99f commit 699daba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ react {
//
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
// hermesFlags = ["-O", "-output-source-map"]
entryFile = file("../../index.ts")
}

/**
Expand Down Expand Up @@ -80,8 +81,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
resConfigs "en", "es"
versionCode 16
versionName "1.5.1"
versionCode 17
versionName "1.5.2"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rungecoin",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit 699daba

Please sign in to comment.