Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
6f235407
Commit
6f235407
authored
Jul 18, 2019
by
Thibaut Sardan
Browse files
fix(): bump to 220
parent
6fa053c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
6f235407
...
@@ -109,8 +109,8 @@ android {
...
@@ -109,8 +109,8 @@ android {
minSdkVersion
16
minSdkVersion
16
missingDimensionStrategy
'react-native-camera'
,
'general'
missingDimensionStrategy
'react-native-camera'
,
'general'
targetSdkVersion
28
targetSdkVersion
28
versionCode
2
versionCode
2
20
versionName
"2.
0
"
versionName
"2.
2
"
ndk
{
ndk
{
abiFilters
'armeabi-v7a'
,
'arm64-v8a'
,
'x86'
,
'x86_64'
abiFilters
'armeabi-v7a'
,
'arm64-v8a'
,
'x86'
,
'x86_64'
}
}
...
...
ios/NativeSigner/Info.plist
View file @
6f235407
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
<key>
CFBundlePackageType
</key>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<key>
CFBundleShortVersionString
</key>
<string>
2.
1
</string>
<string>
2.
2
</string>
<key>
CFBundleSignature
</key>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<key>
CFBundleVersion
</key>
<string>
1
</string>
<string>
220
</string>
<key>
LSRequiresIPhoneOS
</key>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<true/>
<key>
NSAppTransportSecurity
</key>
<key>
NSAppTransportSecurity
</key>
...
...
package.json
View file @
6f235407
{
{
"name"
:
"NativeSigner"
,
"name"
:
"NativeSigner"
,
"version"
:
"
0.0.1
"
,
"version"
:
"
2.2
"
,
"private"
:
true
,
"private"
:
true
,
"license"
:
"
GPL-3.0
"
,
"license"
:
"
GPL-3.0
"
,
"engines"
:
{
"engines"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment