Skip to content

Commit

Permalink
Updated build tools to latest 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pzagalsky committed Apr 3, 2020
1 parent 7422d36 commit af78faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:2.2.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
// replace with the current version of the Android plugin
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:3.6.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/real-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
dependencies {
// replace with the current version of the Android plugin
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:3.6.2'
}
}

Expand Down

0 comments on commit af78faa

Please sign in to comment.