summaryrefslogtreecommitdiff
path: root/templates/Wear/Wearable/build.gradle.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Wear/Wearable/build.gradle.ftl')
-rw-r--r--templates/Wear/Wearable/build.gradle.ftl7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/Wear/Wearable/build.gradle.ftl b/templates/Wear/Wearable/build.gradle.ftl
index fdbd0e00..b8870905 100644
--- a/templates/Wear/Wearable/build.gradle.ftl
+++ b/templates/Wear/Wearable/build.gradle.ftl
@@ -20,12 +20,7 @@ buildscript {
}
dependencies {
- <#-- TODO (jewalker): Remove once 3.2 is in production. -->
- <#if sample.androidX?? && sample.androidX?has_content && sample.androidX == "true">
- classpath 'com.android.tools.build:gradle:3.2.0-beta01'
- <#else>
- classpath 'com.android.tools.build:gradle:3.1.3'
- </#if>
+ classpath 'com.android.tools.build:gradle:3.2.1'
}
}