Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shatunov committed Nov 6, 2013
1 parent b3c1f9a commit 9c411cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Christophe:
## License
MIT License, full text of license see [here][License]

[Demo APK]: https://oss.sonatype.org/content/repositories/releases/org/holoeverywhere/demo/1.6.8/demo-1.6.8-aligned.apk "Demo APK"
[Demo APK]: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.0.0/demo-2.0.0.apk "Demo APK"
[Donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X7E7U7HNR36YN&lc=US&item_name=HoloEverywhere&currency_code=USD&bn=PP%2dDonationsBF%3adonate_button%2epng%3aNonHosted "Donate"
[Build with Maven]: https://github.com/Prototik/HoloEverywhere/wiki/Maven "Build with maven"
[License]: https://raw.github.com/Prototik/HoloEverywhere/master/LICENSE "MIT License"
3 changes: 3 additions & 0 deletions android_default.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if (android.class.name.startsWith('com.android.build.gradle.AppExtension') && pr
}
}
}
artifacts {
archives file: file("${buildDir}/apk/${project.name}-release.apk"), type: 'apk'
}
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group = 'org.holoeverywhere'
version = '2.0.0-SNAPSHOT'
version = '2.0.0'

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARTIFACT_ID=holoeverywhere
ARTIFACT_ID=library
NAME=HoloEverywhere
PACKAGING=aar
DESCRIPTION=Main HoloEverywhere library artifact
DESCRIPTION=Main HoloEverywhere library artifact

0 comments on commit 9c411cd

Please sign in to comment.