File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
GWallet.Backend/Properties
GWallet.Frontend.XF.Android/Properties Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ newmono_build:
63
63
artifacts :
64
64
paths :
65
65
- bin/*.zip
66
- expire_in : 50years
66
+ expire_in : 50days
67
67
script :
68
68
- apt install -y libgtk2.0-cil-dev
69
69
@@ -113,5 +113,5 @@ newmono_test_integration:
113
113
# artifacts:
114
114
# paths:
115
115
# - "*.snap"
116
- # expire_in: 50years
116
+ # expire_in: 50days
117
117
Original file line number Diff line number Diff line change 1
1
name : geewallet
2
2
base : core20 # the base snap is the execution environment for this snap
3
- version : ' 0.4.304 .0' # just for humans, typically '1.2+git' or '1.3.2'
3
+ version : ' 0.4.305 .0' # just for humans, typically '1.2+git' or '1.3.2'
4
4
summary : minimalistic cryptocurrency brainwallet # 79 char long summary
5
5
description : |
6
6
Non-custodial, minimalistic and pragmatist opensource crossplatform
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ open System.Reflection
18
18
// by using the '*' as shown below:
19
19
// [<assembly: AssemblyVersion("1.0.*")>]
20
20
21
- [<assembly: AssemblyVersion( " 0.4.304 .0" ) >]
22
- [<assembly: AssemblyFileVersion( " 0.4.304 .0" ) >]
21
+ [<assembly: AssemblyVersion( " 0.4.305 .0" ) >]
22
+ [<assembly: AssemblyFileVersion( " 0.4.305 .0" ) >]
23
23
24
24
do
25
25
()
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 0.4.304 .0" package =" com.geewallet.android" android : versionCode =" 304 " >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 0.4.305 .0" package =" com.geewallet.android" android : versionCode =" 305 " >
3
3
<uses-sdk android : minSdkVersion =" 15" android : targetSdkVersion =" 30" />
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<uses-permission android : name =" android.permission.CAMERA" />
You can’t perform that action at this time.
0 commit comments