We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0243f6 commit d4da34dCopy full SHA for d4da34d
android/app/build.gradle
@@ -112,8 +112,8 @@ android {
112
applicationId "com.gitpoint"
113
minSdkVersion 16
114
targetSdkVersion 26
115
- versionCode 6
116
- versionName "1.4.1"
+ versionCode 7
+ versionName "1.7.1"
117
ndk {
118
abiFilters "armeabi-v7a", "x86"
119
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitpoint",
3
- "version": "1.4.1",
+ "version": "1.7.1",
4
"private": true,
5
"scripts": {
6
"start": "react-native start",
0 commit comments