-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
529037f
commit c7ded2c
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ org.gradle.jvmargs=-Xmx2048m | |
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
|
||
VERSION_NAME=0.1.0 | ||
VERSION_CODE=1 | ||
VERSION_NAME=0.2.0 | ||
VERSION_CODE=2 | ||
GROUP=com.arashpayan | ||
|
||
POM_DESCRIPTION=Android implementation of Chirp network discovery protocol | ||
POM_DESCRIPTION=Android implementation of the Chirp network discovery protocol | ||
POM_URL=https://chirp.arashpayan.com | ||
POM_SCM_URL=https://github.com/arashpayan/chirp-android | ||
POM_SCM_CONNECTION=scm:[email protected]:arashpayan/chirp-android.git | ||
|