Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe34319

Browse files
Supriya KalghatgiSupriya Kalghatgi
authored andcommitted
versionCode 15, versionName 2.4.0, alpha
1 parent 4e37df5 commit fe34319

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ android {
101101
applicationId "io.market.nativebase.geekyants.nativebasekitchensink"
102102
minSdkVersion rootProject.ext.minSdkVersion
103103
targetSdkVersion rootProject.ext.targetSdkVersion
104-
versionCode 14
104+
versionCode 15
105105
versionName "2.4.0"
106106
ndk {
107107
abiFilters "armeabi-v7a", "x86"

src/screens/anatomy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Anatomy extends Component {
3636
</Header>
3737

3838
<Content padder>
39-
<Text>Content goes here (internal!)</Text>
39+
<Text>Content goes here (alpha)</Text>
4040
</Content>
4141

4242
<Footer>

0 commit comments

Comments
 (0)