Bump windows software versions
This commit is contained in:
parent
4dac5d40f4
commit
84b5c32e1d
12 changed files with 20 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
|||
- name: Set Android Studio version
|
||||
set_fact:
|
||||
sdk_path: C:\android-sdk
|
||||
studio_version: "2024.1.1.12"
|
||||
tools_version: "11076708_latest"
|
||||
studio_version: "2025.1.2.11"
|
||||
tools_version: "latest"
|
||||
|
||||
- name: Check Android Studio tools
|
||||
win_stat:
|
||||
|
@ -13,7 +13,8 @@
|
|||
block:
|
||||
- name: Download Android Studio tools
|
||||
win_get_url:
|
||||
url: "https://dl.google.com/android/repository/commandlinetools-win-{{ tools_version }}.zip"
|
||||
# url: "https://dl.google.com/android/repository/commandlinetools-win-{{ tools_version }}.zip"
|
||||
url: "https://dl.google.com/android/repository/platform-tools-{{ tools_version }}-windows.zip"
|
||||
dest: C:\
|
||||
|
||||
- name: Extract Android Studio tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue