Skip to content

Commit 6ededdc

Browse files
author
hoge
committed
v3.9.9
Fix deps Fix license file Update version number
1 parent 0a2884e commit 6ededdc

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd ..
4141
4242
- run: |
43-
sudo npm i -g [email protected] electron-packager
43+
sudo npm i -g [email protected]
4444
wget https://services.gradle.org/distributions/gradle-4.1-bin.zip -qO gradle.zip
4545
sudo unzip gradle.zip -d /opt
4646
export PATH="$PATH:/opt/gradle-4.1/bin/"
@@ -88,10 +88,11 @@ jobs:
8888
cd ..
8989
9090
- run: |
91-
sudo npm i -g [email protected] electron-packager
91+
sudo npm i -g [email protected]
9292
wget https://services.gradle.org/distributions/gradle-4.1-bin.zip -qO gradle.zip
9393
sudo unzip gradle.zip -d /opt
9494
export PATH="$PATH:/opt/gradle-4.1/bin/"
95+
sudo echo $ANDROID_SDK_LICENSE_VOLUMES > $ANDROID_HOME/licenses/android-sdk-license
9596
sdkmanager tools "build-tools;28.0.3" "platform-tools" "platforms;android-28"
9697
cd cordovaProj
9798
npm i

cordovaProj/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="398000" id="org.missmonacoin.monya" version="3.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="399000" id="org.missmonacoin.monya" version="3.9.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>もにゃ</name>
44
<description>
55
The easiest cryptocurrency wallet

cordovaProj/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "org.missmonacoin.monya",
33
"displayName": "Monya",
4-
"version": "2.6.3",
4+
"version": "3.9.9",
55
"description": "The easiest cryptocurrency wallet",
66
"main": "index.js",
77
"scripts": {

lang/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"<!--t:Version-->": "3.9.8",
2+
"<!--t:Version-->": "3.9.9",
33
"<!--t:AppName-->": "もにゃ",
44
"<!--t:FlavorName-->": "original",
55
"<!--t:primaryCoinId-->": "mona"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@missmonacoin/monya",
3-
"version": "3.2.1",
3+
"version": "3.9.9",
44
"description": "<p style=\"text-align:center\">",
55
"main": "dist/dist.js",
66
"repository": {

0 commit comments

Comments
 (0)