Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ci-image-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
ci-image-android
Merge requests
!3
Upgrade to API 29
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to API 29
api29
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Torsten Grote
requested to merge
api29
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c1f96a83
1 commit,
5 years ago
2 files
+
10
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
3
−
1
Options
FROM
debian:stretch
FROM
debian:stretch-slim
# buster brings opendjk-11 which sdkmanager is currently not compatible with
# see https://stackoverflow.com/q/46402772
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
Loading