mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6
Unfortunately this update will probably still cause the builds from canary 3 to break and require manual steps to resolve these issues: https://issuetracker.google.com/issues/136077720#comment9 I.e. manually update the Gradle plugin here (e.g. directly to alpha06): dependencies { classpath 'com.android.tools:gradle:3.6.0-alpha03' } But as the current status is "Won't Fix (Infeasible)" [0] there's no point in skipping the updates for the dev/canary channel. [0]: https://issuetracker.google.com/issues/136077720#comment10
This commit is contained in:
parent
b58bfbd250
commit
7a66c79d8d
@ -18,9 +18,9 @@ let
|
||||
sha256Hash = "03c5f01dqjvz55l8vyrpypjmmip96kc27p8sw0c5jky0igiyym5j";
|
||||
};
|
||||
latestVersion = { # canary & dev
|
||||
version = "3.6.0.5"; # "Android Studio 3.6 Canary 5"
|
||||
build = "191.5721125";
|
||||
sha256Hash = "05y7xw6gqiwp7iphm9p61vxwc7cwddighrj1h2pp2r96csb3pmww";
|
||||
version = "3.6.0.6"; # "Android Studio 3.6 Canary 6"
|
||||
build = "192.5787298";
|
||||
sha256Hash = "1rri8b5nkxj65hq13s5d31fy08llf3ad9s5mn56ridd4nsy2c5df";
|
||||
};
|
||||
in rec {
|
||||
# Attributes are named by their corresponding release channels
|
||||
|
Loading…
Reference in New Issue
Block a user