Skip to content

Commit

Permalink
Update AGP to 3.3.0 beta01 w/ suggested classpath fixes
Browse files Browse the repository at this point in the history
Resolves the issue raised in nickbutcher#526 with the recommended solution from the issue
  • Loading branch information
ZacSweers authored and tiembo committed Oct 27, 2018
1 parent 2b9919f commit 358e6ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildscript {
'androidx' : '1.0.0',
'constraintLayout' : '2.0.0-alpha2',
'coreKtx' : '1.0.0',
'androidxCollection': '1.0.0',
'coroutines' : '0.26.1-eap13',
'crashlytics' : '2.9.4',
'dagger' : '2.16',
Expand Down Expand Up @@ -62,7 +63,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha08'
classpath 'com.android.tools.build:gradle:3.3.0-beta01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "com.google.gms:google-services:${versions.googleServices}"
classpath "io.fabric.tools:gradle:${versions.fabric}"
Expand Down
2 changes: 2 additions & 0 deletions designernews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ repositories {

dependencies {
implementation project(':app')
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
implementation "androidx.collection:collection:${versions.androidxCollection}"

testImplementation project(':test_shared')

Expand Down
2 changes: 2 additions & 0 deletions dribbble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ repositories {

dependencies {
implementation project(':app')
implementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
implementation "androidx.collection:collection:${versions.androidxCollection}"

kapt "com.google.dagger:dagger-compiler:${versions.dagger}"

Expand Down

0 comments on commit 358e6ba

Please sign in to comment.