Skip to content

Commit

Permalink
Updated CHANGELOG and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Sep 5, 2016
1 parent 56b85c6 commit 6b4773e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 1.6 *(2016-08-27)*
Version 1.6.0 *(2016-08-27)*
----------------------------

-Fixed issue where tag is not submitted with enter key on some keyboards.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

[![Release](https://jitpack.io/v/KizitoNwose/AndroidTagGroup.svg)](https://jitpack.io/#KizitoNwose/AndroidTagGroup)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidTagGroup-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1539)
[![Build Status](https://travis-ci.org/2dxgujun/AndroidTagGroup.png?branch=master)](https://travis-ci.org/2dxgujun/AndroidTagGroup)

The TagGroup is a special layout with a set of tags. You can use it to tag people, books or anything you want.

Also you can contribute new idea to me.
This repo contains some new features and bug fixes(Especially the issue where the "Enter key" on Google keyboard does not submit new tags)

# Demo

Expand Down Expand Up @@ -38,7 +37,7 @@ allprojects {

```gradle
dependencies {
compile 'com.github.KizitoNwose:AndroidTagGroup:-SNAPSHOT'
compile 'com.github.KizitoNwose:AndroidTagGroup:1.6.0'
}
```

Expand All @@ -54,7 +53,7 @@ dependencies {
<dependency>
<groupId>com.github.KizitoNwose</groupId>
<artifactId>AndroidTagGroup</artifactId>
<version>-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.KizitoNwose'
android {
compileSdkVersion 23
buildToolsVersion '24.0.1'
buildToolsVersion '24.0.2'
defaultConfig {
minSdkVersion 8
targetSdkVersion 24
targetSdkVersion 23
}
lintOptions {
abortOnError false
Expand Down

0 comments on commit 6b4773e

Please sign in to comment.