Skip to content

Commit

Permalink
Merge pull request #76 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
update release and build workflow
  • Loading branch information
Phillip Lorenzo authored Jan 10, 2020
2 parents 490ffb2 + 0e8d92c commit 8c3e804
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
branches-ignore:
- 'master'

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
java-version: 1.8
- name: Permission for gradlew
run: chmod +x gradlew
- name: Install
run: ./gradlew install
- name: Build
run: ./gradlew :xyo-android-library:assembleRelease
- name: Publish
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# sdk-xyo-android
[ ![Download](https://api.bintray.com/packages/xyoraclenetwork/xyo/sdk-xyo-android/images/download.svg) ](https://bintray.com/xyoraclenetwork/xyo/sdk-xyo-android/_latestVersion)
[![Build Status](https://travis-ci.com/XYOracleNetwork/sdk-xyo-android.svg?token=DwLaRUVjarU2ZypyaHXe&branch=master)](https://travis-ci.com/XYOracleNetwork/sdk-xyo-android)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9712b501940e45428072255a283fa23a)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/sdk-xyo-android&utm_campaign=Badge_Grade)

## Table of Contents
Expand All @@ -29,7 +29,7 @@ Including BLE, TCP/IP, Bound Witnessing, and Bridging. 
## Gradle Build

```gradle
compile 'network.xyo:sdk-xyo-android:3.0.115'
compile 'network.xyo:sdk-xyo-android:3.0.181'
```

## Maven Build
Expand Down
4 changes: 2 additions & 2 deletions xyo-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Jan 09 16:28:08 PST 2020
VERSION_CODE=175
#Thu Jan 09 16:50:20 PST 2020
VERSION_CODE=177

0 comments on commit 8c3e804

Please sign in to comment.