File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ language : android
2+ android :
3+ components :
4+ - tools
5+ - build-tools-23.0.2
6+ - android-23
7+ - extra-android-m2repository
8+ script :
9+ - ./gradlew assemble
Original file line number Diff line number Diff line change 11# CardStack
22An iOS Healthbook-like highly customisable stack of cards implementation for Android.
33
4+ [ ![ Build Status] ( https://travis-ci.org/mutualmobile/CardStackUI.svg?branch=master )] ( https://travis-ci.org/mutualmobile/CardStackUI )
5+
46<table >
57 <tr >
68 <td><h4>Init Animation</h4></td>
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ artifacts {
7474 archives sourcesJar
7575}
7676
77+ /* Fails in CI, un-comment only to deploy new binaries to Bintray
7778Properties properties = new Properties()
7879properties.load(project.rootProject.file('local.properties').newDataInputStream())
7980
@@ -94,4 +95,5 @@ bintray {
9495 publicDownloadNumbers = true
9596 }
9697}
97- apply plugin : ' maven'
98+ apply plugin: 'maven'
99+ */
You can’t perform that action at this time.
0 commit comments