-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump android gradle plugin to 3.6.1 #905
Conversation
raviagarwal7
commented
Mar 26, 2020
•
edited
Loading
edited
- Resolves OkBuck is incompatible with AGP 3.4.0 #840
- Update these libraries to make the build to work
- Bump robolectric to 4.3.1
- Materialize kotlin_home target as part of buckw so the build works with oss buck.
dependencies.gradle
Outdated
@@ -17,11 +17,11 @@ def exclude = { dep, String... excludes -> | |||
} | |||
|
|||
def versions = [ | |||
androidPlugin : "3.2.0", | |||
androidPlugin : "3.6.1", | |||
androidTools : "26.2.0", |
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.
need to bump tools also to 26.6.1
07c1c2d
to
3c08362
Compare
buildSrc/build.gradle
Outdated
@@ -101,7 +101,7 @@ task sourcesJar(type: Jar) { | |||
classifier = "sources" | |||
} | |||
|
|||
def publishVersion = "0.50.10" | |||
def publishVersion = "0.50.11-LOCAL" |
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.
undo
dependencies.gradle
Outdated
@@ -82,6 +82,7 @@ def external = [ | |||
kotlinExtension : "org.jetbrains.kotlin:kotlin-android-extensions:${versions.kotlin}", | |||
kotlinStdlib : "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}", | |||
leakCanary : "com.squareup.leakcanary:leakcanary-android:${versions.leakCanary}", | |||
sqldelight : "com.squareup.sqldelight:android-driver:1.4.0", |
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.
move 1.4.0 to versions
@@ -1,5 +1,6 @@ | |||
#Wed Jul 15 22:50:36 CEST 2020 |
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.
remove timestamp
The build now fails at the proguard step. @kageiit do you know what might be up? |
@kurtisnelson bumped proguard in a recent PR. try to revert those changes and check? |
I didn't actually bump the version though, just the handling logic. |