Merge branch 'android-studio-canary-updates' into master
This commit merges the following updates for androidStudioPackages.{dev,canary}: * androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6 * androidStudioPackages.{dev,canary}: 3.6.0.4 -> 3.6.0.5 * androidStudioPackages.{dev,canary}: 3.6.0.3 -> 3.6.0.4 These updates where initially delayed due to a bug that causes problems with the automatic update of the Android Studio Gradle plugin. But as the current status is "Won't Fix (Infeasible)" [0] there's no point in skipping the updates for the dev/canary channel any longer. Unfortunately this update will probably still cause the builds from canary 3 to break and require manual steps to resolve this issue. The required manual steps can be found here: 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' } [0]: https://issuetracker.google.com/issues/136077720#comment10
This commit is contained in:
commit
56e5dad3d8
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ let
|
|||
sha256Hash = "03c5f01dqjvz55l8vyrpypjmmip96kc27p8sw0c5jky0igiyym5j";
|
||||
};
|
||||
latestVersion = { # canary & dev
|
||||
version = "3.6.0.3"; # "Android Studio 3.6 Canary 3"
|
||||
build = "191.5618338";
|
||||
sha256Hash = "0ryf61svn6ra8gh1rvfjqj3j282zmgcvkjvgfvql1wgkjlz21519";
|
||||
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 a new issue