Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
EDB
dusken-client
Commits
7cc2030e
Commit
7cc2030e
authored
May 05, 2019
by
Nikolai R Kristiansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build android app bundles
parent
bc790ffc
Pipeline
#713
failed with stage
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
android/app/build.gradle
android/app/build.gradle
+1
-1
android/fastlane/Fastfile
android/fastlane/Fastfile
+2
-2
No files found.
android/app/build.gradle
View file @
7cc2030e
...
...
@@ -106,7 +106,7 @@ android {
applicationId
"no.neuf.chateau"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
2
2
versionCode
2
3
versionName
"1.3.0"
}
splits
{
...
...
android/fastlane/Fastfile
View file @
7cc2030e
...
...
@@ -7,7 +7,7 @@ platform :android do
desc
"Submit a new build to the Google Play Beta track"
lane
:beta
do
# build the release variant
gradle
(
task:
"
assemb
le"
,
build_type:
"Release"
)
gradle
(
task:
"
bund
le"
,
build_type:
"Release"
)
# upload to Google Play
upload_to_play_store
(
track:
"beta"
,
skip_upload_images:
true
)
...
...
@@ -16,6 +16,6 @@ platform :android do
end
lane
:build
do
gradle
(
task:
"
assemb
le"
,
build_type:
"Release"
)
gradle
(
task:
"
bund
le"
,
build_type:
"Release"
)
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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