Skip to content

Commit

Permalink
Merge pull request #1684 from RADAR-base/release-3.1.0-alpha
Browse files Browse the repository at this point in the history
Release 3.1.0-alpha
  • Loading branch information
mpgxvii authored Jun 1, 2023
2 parents 8b0082e + ef3c6e4 commit ece25ae
Show file tree
Hide file tree
Showing 50 changed files with 29,282 additions and 31,296 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Use coturiv/setup-ionic
uses: coturiv/setup-ionic@v1
with:
java-version: 8
java-version: 11

- name: Use coturiv/setup-ionic
uses: coturiv/setup-ionic@v1
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install app dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '13'
node-version: '16'

- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ We use the [Ionic framework](http://ionicframework.com/docs/), which is built wi
It is recommended that you install the following versions or later:

```
node v13.8.0
node v16.13.0
ionic v5.4.16
npm v6.13.6
npm v8.1.0
```

## Install
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
],
"styles": ["src/theme/variables.scss", "src/global.scss"],
"scripts": [],
"aot": true,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down Expand Up @@ -77,7 +76,8 @@
],
"progress": false
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
8 changes: 7 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="574" id="org.phidatalab.radar_armt" ios-CFBundleIdentifier="org.phidatalab.radar-armt" ios-CFBundleVersion="1" version="3.0.0-alpha" xmlns:android="http://schemas.android.com/apk/res/android">
<widget android-versionCode="581" id="org.phidatalab.radar_armt" ios-CFBundleIdentifier="org.phidatalab.radar-armt" ios-CFBundleVersion="1" version="3.1.0-alpha" xmlns:android="http://schemas.android.com/apk/res/android">
<name>RADAR Questionnaire</name>
<description>An application that collects active data for research.</description>
<author email="radar-base@kcl.ac.uk" href="http://radar-base.org/">RADAR-Base</author>
Expand Down Expand Up @@ -79,6 +79,12 @@
<edit-config file="*-Info.plist" mode="merge" target="NSMicrophoneUsageDescription">
<string>The app would like to access the microphone for audio tasks.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSHealthShareUsageDescription">
<string>The app would like read access to the healthkit data.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSHealthUpdateUsageDescription">
<string>The app would like write access to the healthkit data.</string>
</edit-config>
<icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
<icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
Expand Down
Loading

0 comments on commit ece25ae

Please sign in to comment.