-
Notifications
You must be signed in to change notification settings - Fork 16
/
gradle.properties
44 lines (34 loc) · 1.06 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
37
38
39
40
41
42
43
44
# Library
libVersion=2.1.8
# Dependencies
android.useAndroidX=true
android.nonTransitiveRClass=true
androidPluginVersion=8.2.0
mavenPluginVersion=0.26.0
githubReleasePluginVersion=2.4.1
kotlinVersion=1.9.22
coreKtxVersion=1.12.0
appCompatVersion=1.6.1
constraintLayoutVersion=2.1.4
recyclerViewVersion=1.3.2
materialVersion=1.11.0
# Testing
androidxTestRunnerVersion=1.5.2
androidxJunitVersion=1.1.5
kotlinMockitoVersion=4.1.0
# Docs
dokkaVersion=1.9.10
# Publishing
GROUP=com.maltaisn
POM_ARTIFACT_ID=recurpicker
POM_NAME=recurpicker
POM_DESCRIPTION=Recurrence picker fragments and utilities for Android
POM_URL=https://github.com/maltaisn/recurpickerlib
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/maltaisn/recurpickerlib
POM_SCM_CONNECTION=scm:git:git://github.com/maltaisn/recurpickerlib.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/maltaisn/recurpickerlib.git
POM_DEVELOPER_ID=maltaisn
POM_DEVELOPER_URL=https://github.com/maltaisn/