Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

chore: bump Android target sdk version to 29 #666

Merged
merged 3 commits into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Install
run: npm install --ignore-scripts
- name: Pre Test
run: npx webdriver-manager update --versions.chrome=80.0.3987.106
run: npx webdriver-manager update --versions.chrome=83.0.4103.39
- name: Test
run: npm run test:e2e -- --prod --webdriver-update false
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ark.wallet.mobile" version="1.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.ark.wallet.mobile" version="1.8.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Ark Mobile</name>
<description>ARK</description>
<author email="mobile@ark.io" href="http://ark.io/">Ark Ecosystem</author>
Expand All @@ -16,7 +16,7 @@
<preference name="fullscreen" value="false" />
<preference name="UseSwiftLanguageVersion" value="5" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="28" />
<preference name="android-targetSdkVersion" value="29" />
<preference name="BackupWebStorage" value="none" />
<preference name="BackgroundColor" value="0xffedf2f5" />
<preference name="SplashMaintainAspectRatio" value="true" />
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": "ark-mobile",
"version": "1.8.1",
"version": "1.8.2",
"author": "Ark Ecosystem <mobile@ark.io>",
"homepage": "https://github.com/ArkEcosystem/mobile-wallet#readme",
"scripts": {
Expand Down