-
Notifications
You must be signed in to change notification settings - Fork 30
/
gradle.properties
36 lines (28 loc) · 1.23 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
# Android
android.useAndroidX=true
android.disableAutomaticComponentCreation=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Lib
GROUP=com.algolia
VERSION_NAME=3.3.1
# OSS
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
# POM
POM_DESCRIPTION=InstantSearch Android is a library providing widgets and helpers to help you build the best instant-search experience on Android with Algolia. It is built on top of Algolia's Kotlin API Client to provide you a high-level solution to quickly build various search interfaces.
POM_URL=https://github.com/algolia/instantsearch-android
POM_SCM_URL=https://github.com/algolia/instantsearch-android
POM_SCM_CONNECTION=scm:git:git://github.com/algolia/instantsearch-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/algolia/instantsearch-android.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=algolia
POM_DEVELOPER_NAME=The Algolia Team
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/algolia/instantsearch-android/issues