Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed May 21, 2019
1 parent d0243f6 commit d4da34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ android {
applicationId "com.gitpoint"
minSdkVersion 16
targetSdkVersion 26
versionCode 6
versionName "1.4.1"
versionCode 7
versionName "1.7.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitpoint",
"version": "1.4.1",
"version": "1.7.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit d4da34d

Please sign in to comment.