Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

SDK tools updated to 26.0.2 #95

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

koral--
Copy link
Contributor

@koral-- koral-- commented Jul 12, 2017

No description provided.

@@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 l
# --- Download Android SDK tools into $ANDROID_HOME

RUN cd /opt \
&& wget -q https://dl.google.com/android/repository/tools_r25.2.5-linux.zip -O android-sdk-tools.zip \
&& wget -q https://dl.google.com/android/repository/sdk-tools-linux-3952940.zip -O android-sdk-tools.zip \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure about the number? just checked it at https://developer.android.com/studio/index.html and the link is https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip

where did you find 3952940?

Copy link
Contributor Author

@koral-- koral-- Jul 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the number is correct.
3859397 points to version 26.0.1
As you can see here https://developer.android.com/studio/releases/sdk-tools.html the newest is 26.0.2.
URL is located in repository XML: https://dl.google.com/android/repository/repository2-1.xml
Here are actual timestamps:

$ curl -s --head https://dl.google.com/android/repository/sdk-tools-linux-3952940.zip |grep Last-Modified
Last-Modified: Tue, 02 May 2017 22:51:20 GMT
$ curl -s --head https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip |grep Last-Modified
Last-Modified: Wed, 29 Mar 2017 18:07:23 GMT

BTW It is normal that download URLs on https://developer.android.com/studio/index.html#downloads are not updated to match current version. At the time of updating tools version to 25.2.5 (my previous PR in this repo) website still pointed to 25.2.4.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, ok, got it. Thanks @koral-- ! ;)

@viktorbenei viktorbenei merged commit 41c85b9 into bitrise-io:master Jul 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants