-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor helper classes to be much cleaner. #127
Conversation
Also fix the bug where framework Activities did not work.
|
||
dependencies { | ||
classpath 'com.android.tools.build:gradle:2.4.0-alpha7' | ||
classpath 'com.android.tools.build:gradle:3.0.0-alpha1' |
There was a problem hiding this comment.
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' } |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
@samtstern 👌 💯 |
@SUPERCILEX our tests fail with anything higher than |
@samtstern Aw crud. 😢 |
Also fix the bug where framework Activities did not work (#124)