Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Feb 10, 2019
1 parent e8718de commit b0d486e
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -111,7 +111,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "0.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GetAnything",
"version": "0.0.1",
"version": "0.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -17,6 +17,7 @@
"react-native-gesture-handler": "^1.0.15",
"react-native-material-kit": "^0.5.1",
"react-native-progress": "^3.5.0",
"react-native-simple-markdown": "^1.1.0",
"react-native-sqlite-storage": "^3.3.9",
"react-native-ui-lib": "^3.15.5",
"react-native-vector-icons": "^6.2.0",
Expand Down

0 comments on commit b0d486e

Please sign in to comment.