Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Add Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Malinskiy committed Feb 14, 2016
1 parent 4db3f7a commit 4041aeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub release](https://img.shields.io/badge/sample%20apk-1.1.1-brightgreen.svg?style=flat)](https://github.com/Malinskiy/SuperRecyclerView/releases/download/v1.1.1/superrecyclerview-sample-1.1.1.apk) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.malinskiy/superrecyclerview/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.malinskiy/superrecyclerview) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SuperRecyclerView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1239)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.malinskiy/superrecyclerview/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.malinskiy/superrecyclerview) [![Build Status](https://travis-ci.org/Malinskiy/SuperRecyclerView.svg?branch=master)](https://travis-ci.org/Malinskiy/SuperRecyclerView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SuperRecyclerView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1239)
==============

##Description
Expand All @@ -18,7 +18,7 @@ Features built in:
Just add it to you dependencies

```
compile 'com.malinskiy:superrecyclerview:1.1.1'
compile 'com.malinskiy:superrecyclerview:1.1.2'
```

##Usage
Expand Down Expand Up @@ -177,7 +177,7 @@ Custom attributes supported:
##License
Copyright (c) 2014 Anton Malinskiy
Copyright (c) 2016 Anton Malinskiy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext.versions = [
code : 4,
name : '1.1.1',
code : 5,
name : '1.1.2',

minSdk : 7,
targetSdk : 23,
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.1
VERSION_CODE=4
VERSION_NAME=1.1.2
VERSION_CODE=5
GROUP=com.malinskiy

POM_DESCRIPTION=Pumped up RecyclerView
Expand Down

0 comments on commit 4041aeb

Please sign in to comment.