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
c3cb5858
Commit
c3cb5858
authored
Jul 16, 2019
by
YJ
Browse files
fix: minsdk version
parent
9c6b1d8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
c3cb5858
...
...
@@ -105,7 +105,7 @@ android {
defaultConfig
{
applicationId
"io.parity.signer"
minSdkVersion
2
6
minSdkVersion
1
6
missingDimensionStrategy
'react-native-camera'
,
'general'
targetSdkVersion
28
versionCode
2
...
...
android/build.gradle
View file @
c3cb5858
...
...
@@ -3,7 +3,7 @@
buildscript
{
ext
{
buildToolsVersion
=
"28.0.3"
minSdkVersion
=
2
6
minSdkVersion
=
1
6
compileSdkVersion
=
28
targetSdkVersion
=
28
supportLibVersion
=
"28.0.0"
...
...
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