1
1
/*
2
- * Copyright 2018 Keval Patel
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wit
5
- * the License. You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
10
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for
11
- * the specific language governing permissions and limitations under the License.
2
+ * Copyright (c) 2018. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
3
+ * Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
4
+ * Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
5
+ * Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
6
+ * Vestibulum commodo. Ut rhoncus gravida arcu.
12
7
*/
13
8
14
9
// #################################### Bintray ####################################//
@@ -20,7 +15,7 @@ if (project.rootProject.file('local.properties').exists()) {
20
15
// Homepage URL of the library
21
16
def siteUrl = ' https://github.com/kevalpatel2106/FingerprintDialogCompat'
22
17
// Git repository URL
23
- def gitUrl = ' https://github.com/kevalpatel2106/FingerprintDialogCompat'
18
+ def gitUrl = ' https://github.com/kevalpatel2106/FingerprintDialogCompat.git '
24
19
25
20
group = " com.kevalpatel2106" // Group id
26
21
@@ -33,7 +28,7 @@ if (project.rootProject.file('local.properties').exists()) {
33
28
34
29
// Add your description here
35
30
name ' fingerprint-dialog-compat' // Name of the repo
36
- description = ' '
31
+ description = ' FingerprintDialog from Android 28 (P) back ported to Android 23 (M). '
37
32
url siteUrl
38
33
39
34
// Set your license
0 commit comments