Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 29a9e87

Browse files
committed
Remove pointless build tools and use latest
1 parent 67af15c commit 29a9e87

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

BasicSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion build_versions.compile_sdk
21-
buildToolsVersion build_versions.build_tools
2221

2322
defaultConfig {
2423
applicationId 'com.example.android.persistence'

LiveDataSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'kotlin-android-extensions'
2121

2222
android {
2323
compileSdkVersion build_versions.compile_sdk
24-
buildToolsVersion build_versions.build_tools
24+
2525
defaultConfig {
2626
applicationId "com.android.example.livedata"
2727
minSdkVersion build_versions.min_sdk

LiveDataSample/versions.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def build_versions = [:]
6969
build_versions.min_sdk = 14
7070
build_versions.compile_sdk = 29
7171
build_versions.target_sdk = 29
72-
build_versions.build_tools = "29.0.3"
7372
ext.build_versions = build_versions
7473

7574
def deps = [:]

WorkManagerMultiprocessSample/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ plugins {
2121

2222
android {
2323
compileSdkVersion 30
24-
buildToolsVersion "30.0.3"
2524

2625
defaultConfig {
2726
applicationId "com.example.background.multiprocess"

0 commit comments

Comments
 (0)