Skip to content

Commit

Permalink
versionCode 8, change in anatomy
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriya Kalghatgi authored and Supriya Kalghatgi committed Sep 27, 2018
1 parent c869a60 commit 92c1299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ android {
applicationId "io.market.nativebase.geekyants.nativebasekitchensink"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionCode 8
versionName "2.3.0"
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion src/screens/anatomy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Anatomy extends Component {
</Header>

<Content padder>
<Text>Content goes here !!!</Text>
<Text>Content goes here!</Text>
</Content>

<Footer>
Expand Down

0 comments on commit 92c1299

Please sign in to comment.