We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21516e1 commit fd27b23Copy full SHA for fd27b23
Motion/app/build.gradle
@@ -20,7 +20,6 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
20
21
android {
22
compileSdkVersion 29
23
- buildToolsVersion '29.0.2' // TODO: Remove when AGP 3.5 is stable.
24
25
defaultConfig {
26
applicationId 'com.example.android.motion'
Motion/build.gradle
@@ -22,7 +22,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0-rc03'
+ classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
27
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
28
0 commit comments