-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial testing endpoints * Moving time generators to separate files. * Increasing SDK version * Removing SDK interface. * Deprecated calls. Adding metric override.
- Loading branch information
1 parent
c6d0061
commit 03ffd64
Showing
18 changed files
with
328 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# Project-wide Gradle settings. | ||
|
||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
|
||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
|
||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx10248m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
|
||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
# RELEASE FIELD SECTION | ||
VERSION_NAME=22.09.0 | ||
GROUP=ly.count.sdk | ||
|
||
POM_URL=https://github.com/Countly/countly-sdk-java | ||
POM_SCM_URL=https://github.com/Countly/countly-sdk-java | ||
|
||
POM_LICENCE_NAME=MIT License | ||
POM_LICENCE_URL=http://www.opensource.org/licenses/mit-license.php | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_NAME=Countly | ||
|
||
#SIGNING SECTION | ||
signing.keyId=xx | ||
signing.password=xx | ||
signing.secretKeyRingFile=xx | ||
|
||
mavenCentralUsername=xx | ||
mavenCentralPassword=xx | ||
# Project-wide Gradle settings. | ||
|
||
# IDE (e.g. Android Studio) users: | ||
# Gradle settings configured through the IDE *will override* | ||
# any settings specified in this file. | ||
|
||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
|
||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx10248m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
|
||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
# RELEASE FIELD SECTION | ||
VERSION_NAME=22.09.1 | ||
GROUP=ly.count.sdk | ||
|
||
POM_URL=https://github.com/Countly/countly-sdk-java | ||
POM_SCM_URL=https://github.com/Countly/countly-sdk-java | ||
|
||
POM_LICENCE_NAME=MIT License | ||
POM_LICENCE_URL=http://www.opensource.org/licenses/mit-license.php | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_NAME=Countly | ||
|
||
#SIGNING SECTION | ||
signing.keyId=xx | ||
signing.password=xx | ||
signing.secretKeyRingFile=xx | ||
|
||
mavenCentralUsername=xx | ||
mavenCentralPassword=xx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.