Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Conversation

samtstern
Copy link
Contributor

Also fix the bug where framework Activities did not work (#124)


dependencies {
classpath 'com.android.tools.build:gradle:2.4.0-alpha7'
classpath 'com.android.tools.build:gradle:3.0.0-alpha1'
Copy link
Contributor

Choose a reason for hiding this comment

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

alpha 3 is available now 😄

build.gradle Outdated
allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
Copy link
Contributor

Choose a reason for hiding this comment

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

If you use gradle-4.0-rc-3-all.zip in the Gradle wrapper, google() is available which looks way cleaner. 😄

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-all.zip
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, run ./gradlew wrapper --gradle-version=4.0-rc-3

@SUPERCILEX
Copy link
Contributor

@samtstern 👌 💯

@samtstern
Copy link
Contributor Author

@SUPERCILEX our tests fail with anything higher than 3.0.0-alpha1 and in spectacularly different ways! I will leave figuring that out for another day.

@SUPERCILEX
Copy link
Contributor

@samtstern Aw crud. 😢

@samtstern samtstern merged commit 94b390e into master Jun 13, 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