Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
3542db4c
Commit
3542db4c
authored
Jul 11, 2023
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: publish Android App Bundle (aab) instead of APK
Change-Id: I54965635cc66e0fd10ffe99cd8d41a78a4ef35e6
parent
5470fa47
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
compile.sh
+1
-1
1 addition, 1 deletion
compile.sh
fastlane/Fastfile
+3
-3
3 additions, 3 deletions
fastlane/Fastfile
with
4 additions
and
4 deletions
compile.sh
+
1
−
1
View file @
3542db4c
...
@@ -54,7 +54,7 @@ if [[ $DAEMON_ONLY -eq 0 ]]; then
...
@@ -54,7 +54,7 @@ if [[ $DAEMON_ONLY -eq 0 ]]; then
echo
"Building with Firebase support"
echo
"Building with Firebase support"
fi
fi
if
[[
$RELEASE
-eq
1
]]
;
then
if
[[
$RELEASE
-eq
1
]]
;
then
cd
$ANDROID_APP_DIR
&&
./gradlew
$GRADLE_PROPERTIES
assembleRelease
cd
$ANDROID_APP_DIR
&&
./gradlew
$GRADLE_PROPERTIES
assembleRelease
bundleRelease
else
else
cd
$ANDROID_APP_DIR
&&
./gradlew
$GRADLE_PROPERTIES
assembleDebug
cd
$ANDROID_APP_DIR
&&
./gradlew
$GRADLE_PROPERTIES
assembleDebug
fi
fi
...
...
This diff is collapsed.
Click to expand it.
fastlane/Fastfile
+
3
−
3
View file @
3542db4c
...
@@ -23,7 +23,7 @@ platform :android do
...
@@ -23,7 +23,7 @@ platform :android do
desc
"Submit a new Build to the Google Play Store"
desc
"Submit a new Build to the Google Play Store"
lane
:playstore
do
|
options
|
lane
:playstore
do
|
options
|
gradle
(
gradle
(
task:
"
assemb
le"
,
task:
"
bund
le"
,
flavor:
"withFirebase"
,
flavor:
"withFirebase"
,
build_type:
"Release"
,
build_type:
"Release"
,
print_command:
false
,
print_command:
false
,
...
@@ -46,7 +46,7 @@ platform :android do
...
@@ -46,7 +46,7 @@ platform :android do
desc
"Submit a new Beta Build to the Play Store Beta channel"
desc
"Submit a new Beta Build to the Play Store Beta channel"
lane
:beta
do
|
options
|
lane
:beta
do
|
options
|
gradle
(
gradle
(
task:
"
assemb
le"
,
task:
"
bund
le"
,
flavor:
"withFirebase"
,
flavor:
"withFirebase"
,
build_type:
"Release"
,
build_type:
"Release"
,
print_command:
false
,
print_command:
false
,
...
@@ -69,7 +69,7 @@ platform :android do
...
@@ -69,7 +69,7 @@ platform :android do
desc
"Submit a new Build to the Play Store"
desc
"Submit a new Build to the Play Store"
lane
:production
do
|
options
|
lane
:production
do
|
options
|
gradle
(
gradle
(
task:
"
assemb
le"
,
task:
"
bund
le"
,
flavor:
"withFirebase"
,
flavor:
"withFirebase"
,
build_type:
"Release"
,
build_type:
"Release"
,
print_command:
false
,
print_command:
false
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment