-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (19 loc) · 861 Bytes
/
gradle.properties
File metadata and controls
21 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true
# Maven Central publishing
GROUP=io.github.pzverkov
POM_ARTIFACT_ID=filesigner-core
VERSION_NAME=1.0.0-SNAPSHOT
POM_NAME=FileSigner Core
POM_DESCRIPTION=Hardware-backed ECDSA P-256 file signing SDK for Android
POM_URL=https://github.com/pzverkov/filesigner-sdk-android
POM_SCM_URL=https://github.com/pzverkov/filesigner-sdk-android
POM_SCM_CONNECTION=scm:git:git://github.com/pzverkov/filesigner-sdk-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/pzverkov/filesigner-sdk-android.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_DEVELOPER_ID=pzverkov
POM_DEVELOPER_NAME=Peter Zverkov
POM_DEVELOPER_URL=https://github.com/pzverkov