This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
WorkManagerMultiprocessSample/app Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ apply plugin: 'com.android.application'
18
18
19
19
android {
20
20
compileSdkVersion build_versions. compile_sdk
21
- buildToolsVersion build_versions. build_tools
22
21
23
22
defaultConfig {
24
23
applicationId ' com.example.android.persistence'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'kotlin-android-extensions'
21
21
22
22
android {
23
23
compileSdkVersion build_versions. compile_sdk
24
- buildToolsVersion build_versions . build_tools
24
+
25
25
defaultConfig {
26
26
applicationId " com.android.example.livedata"
27
27
minSdkVersion build_versions. min_sdk
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ def build_versions = [:]
69
69
build_versions. min_sdk = 14
70
70
build_versions. compile_sdk = 29
71
71
build_versions. target_sdk = 29
72
- build_versions. build_tools = " 29.0.3"
73
72
ext. build_versions = build_versions
74
73
75
74
def deps = [:]
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ plugins {
21
21
22
22
android {
23
23
compileSdkVersion 30
24
- buildToolsVersion " 30.0.3"
25
24
26
25
defaultConfig {
27
26
applicationId " com.example.background.multiprocess"
You can’t perform that action at this time.
0 commit comments