mreichelt / docker-android

Docker images for Android development
MIT License
74 stars 11 forks source link

feat: Add target SDK 30 #22

Closed stephannielsen closed 3 years ago

stephannielsen commented 3 years ago

Also updates build tools for API 29 to 29.0.3.

Closes #21.

stephannielsen commented 3 years ago

I just followed the changes you made for adding SDK 29. I am fairly new to building docker images and not quite sure how to test the changes locally. Any pointers appreciated.

Running

docker build --tag mreichelt/android:30 --build-arg android_sdk_version=30 --file sdk.Dockerfile .

And then

docker run --rm -it mreichelt/android:30

seems to run just fine locally.

stephannielsen commented 3 years ago

@mreichelt did you have a change to look at the PR yet and have any plans to integrate it?

alina-saetova commented 3 years ago

@mreichelt

omtodkar commented 3 years ago

@mreichelt any plans on merging this pull request?