Skip to content

Commit fd27b23

Browse files
committed
Update AGP
1 parent 21516e1 commit fd27b23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Motion/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ apply plugin: "androidx.navigation.safeargs.kotlin"
2020

2121
android {
2222
compileSdkVersion 29
23-
buildToolsVersion '29.0.2' // TODO: Remove when AGP 3.5 is stable.
2423

2524
defaultConfig {
2625
applicationId 'com.example.android.motion'

Motion/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
jcenter()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:3.5.0-rc03'
25+
classpath 'com.android.tools.build:gradle:3.5.0'
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
2828
}

0 commit comments

Comments
 (0)