Skip to content

Commit 9e468b6

Browse files
Releasing version 1.0.
1 parent 1ee794a commit 9e468b6

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

fingerprint-dialog-compat/bintray.gradle

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/*
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.
127
*/
138

149
//#################################### Bintray ####################################//
@@ -20,7 +15,7 @@ if (project.rootProject.file('local.properties').exists()) {
2015
// Homepage URL of the library
2116
def siteUrl = 'https://github.com/kevalpatel2106/FingerprintDialogCompat'
2217
// Git repository URL
23-
def gitUrl = 'https://github.com/kevalpatel2106/FingerprintDialogCompat'
18+
def gitUrl = 'https://github.com/kevalpatel2106/FingerprintDialogCompat.git'
2419

2520
group = "com.kevalpatel2106" //Group id
2621

@@ -33,7 +28,7 @@ if (project.rootProject.file('local.properties').exists()) {
3328

3429
// Add your description here
3530
name 'fingerprint-dialog-compat' //Name of the repo
36-
description = ''
31+
description = 'FingerprintDialog from Android 28 (P) back ported to Android 23 (M).'
3732
url siteUrl
3833

3934
// Set your license

fingerprint-dialog-compat/build.gradle

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
/*
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.
127
*/
138

149
apply plugin: 'com.android.library'
10+
apply plugin: 'com.github.dcendents.android-maven'
1511

1612
android {
1713
compileSdkVersion 'android-P'
@@ -48,3 +44,4 @@ dependencies {
4844
androidTestImplementation 'com.android.support.test:runner:1.0.1'
4945
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
5046
}
47+
apply from: 'bintray.gradle'

0 commit comments

Comments
 (0)