File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ install:
47
47
- yarn install
48
48
- npm install -g react-native-cli
49
49
script :
50
- - npm run ci
50
+ - yarn ci
51
51
- cd android
52
52
- ./gradlew clean
53
53
- ./gradlew assembleDebug
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ android {
103
103
applicationId " com.notifyavailability"
104
104
minSdkVersion 16
105
105
targetSdkVersion 22
106
- versionCode 7
107
- versionName " 0.7 "
106
+ versionCode 8
107
+ versionName " 0.8 "
108
108
ndk {
109
109
abiFilters " armeabi-v7a" , " x86"
110
110
}
Original file line number Diff line number Diff line change 2
2
sonar.projectKey =NotifyAvailability:app
3
3
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4
4
sonar.projectName =NotifyAvailability
5
- sonar.projectVersion =0.7
5
+ sonar.projectVersion =0.8
6
6
7
7
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8
8
# This property is optional if sonar.modules is set.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " notify-availability" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " node node_modules/react-native/local-cli/cli.js start" ,
You can’t perform that action at this time.
0 commit comments