Skip to content

Commit

Permalink
Merge pull request #9 from cmtanko/APP-006-add-svg-icons
Browse files Browse the repository at this point in the history
[App-006] add svg icons
  • Loading branch information
cmtanko authored Apr 24, 2021
2 parents ef14b88 + 9ee69bd commit bc05ffc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ android {
applicationId "io.newplanet.reactnativestarterkit"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionName "0.1.0"
versionCode 27
versionName "0.1.1"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react_native_starter_kit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"install-deps-android": "cd android && bundle update && bundle install",
Expand Down Expand Up @@ -91,4 +91,4 @@
"jest": {
"preset": "react-native"
}
}
}
2 changes: 1 addition & 1 deletion src/components/Dashboard/RecordAddIncome.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class RecordAddIncome extends Component {
description,
payTo,
place,
attachment,
camera: attachment,
} = params.record;
this.setState({
id,
Expand Down

0 comments on commit bc05ffc

Please sign in to comment.