-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgradle.properties
More file actions
45 lines (35 loc) · 1.62 KB
/
Copy pathgradle.properties
File metadata and controls
45 lines (35 loc) · 1.62 KB
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
37
38
39
40
41
42
43
44
45
# Java
org.gradle.jvmargs=-Xmx4g
# Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
# Android
android.useAndroidX=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Use a newer Lint than the one bundled with AGP 8.7.2. AGP 8.7.x ships Lint
# detectors compiled against an older Kotlin Analysis API that crash under
# Kotlin 2.2.0 with `IncompatibleClassChangeError` (e.g.
# FrequentlyChangingValueDetector / NonNullableMutableLiveDataDetector). Lint
# 8.8.2 is built for the Kotlin 2.2 Analysis API and resolves the crash.
# See https://issuetracker.google.com/issues/418014548
android.experimental.lint.version=8.8.2
# Lib
GROUP=com.algolia
VERSION_NAME=4.1.0
# OSS
mavenCentralPublishing=true
signAllPublications=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_DEVELOPER_EMAIL=hey@algolia.com
POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://github.com/algolia/instantsearch-android/issues