Skip to content

Commit

Permalink
versionCode 19, internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriya Kalghatgi authored and Supriya Kalghatgi committed Oct 1, 2018
1 parent c1ee7bb commit ae8b51d
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 18
versionCode 19
versionName "2.4.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 (version - internal)</Text>
<Text>Content goes here (internal)</Text>
</Content>

<Footer>
Expand Down

0 comments on commit ae8b51d

Please sign in to comment.