Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e37df5 commit fe34319Copy full SHA for fe34319
2 files changed
android/app/build.gradle
@@ -101,7 +101,7 @@ android {
101
applicationId "io.market.nativebase.geekyants.nativebasekitchensink"
102
minSdkVersion rootProject.ext.minSdkVersion
103
targetSdkVersion rootProject.ext.targetSdkVersion
104
- versionCode 14
+ versionCode 15
105
versionName "2.4.0"
106
ndk {
107
abiFilters "armeabi-v7a", "x86"
src/screens/anatomy/index.js
@@ -36,7 +36,7 @@ class Anatomy extends Component {
36
</Header>
37
38
<Content padder>
39
- <Text>Content goes here (internal!)</Text>
+ <Text>Content goes here (alpha)</Text>
40
</Content>
41
42
<Footer>
0 commit comments