| repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2022 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
| 17 | import androidx.build.Publish |
| 18 | |
| 19 | plugins { |
| 20 | id("AndroidXPlugin") |
| 21 | id("com.android.library") |
| Ömer Faruk Yılmaz | 1c6449b | 2022-06-14 09:19:15 +0000 | [diff] [blame] | 22 | id("kotlin-android") |
| 23 | } |
| 24 | |
| 25 | dependencies { |
| 26 | implementation(libs.kotlinStdlib) |
| repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | androidx { |
| Alan Viverette | c9e1fd7 | 2023-05-08 17:36:59 -0400 | [diff] [blame^] | 30 | name = "Bluetooth Testing" |
| repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 31 | publish = Publish.SNAPSHOT_AND_RELEASE |
| repo sync -c -j8 | abeb759 | 2022-05-12 01:20:33 +0000 | [diff] [blame] | 32 | inceptionYear = "2022" |
| 33 | description = "Test utilities for AndroidX Bluetooth" |
| 34 | } |
| 35 | |
| 36 | android { |
| 37 | namespace "androidx.bluetooth.testing" |
| 38 | } |