-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
executable file
·35 lines (26 loc) · 1.07 KB
/
gradle.properties
File metadata and controls
executable file
·35 lines (26 loc) · 1.07 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
### JVM/Gradle/Android-specific flags ###
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
kotlin.code.style=official
### Project-specific flags used in build.gradle.kts scripts ###
projectCompileSdk=35
projectMinSdk=23
projectTargetSdk=35
projectGroupId=dev.patrickgold.compose.tooltip
projectVersion=0.2.0-rc02
### Maven publish flags ##
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
POM_NAME=Compose Tooltip Library
POM_DESCRIPTION=A small library which adds support for tooltip in Jetpack Compose
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/patrickgold/compose-tooltip
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/patrickgold/compose-tooltip
POM_SCM_CONNECTION=scm:git:git://github.com/patrickgold/compose-tooltip.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/patrickgold/compose-tooltip.git
POM_DEVELOPER_ID=patrickgold
POM_DEVELOPER_NAME=Patrick Goldinger
POM_DEVELOPER_URL=https://patrickgold.dev