Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misakuo committed Jun 28, 2016
1 parent 6f04a76 commit 65dfc85
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(path: ':tagcloudlib')
//compile project(path: ':tagcloudlib')
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:design:23.2.1'
compile 'com.android.support:support-vector-drawable:23.2.0'
compile 'com.android.support:animated-vector-drawable:23.2.0'
compile 'com.android.support:support-v4:23.2.1'
compile 'com.moxun:tagcloudlib:1.2.0'
}
2 changes: 1 addition & 1 deletion tagcloudlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.1.3"
version = "1.2.0"
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
Expand Down
6 changes: 3 additions & 3 deletions tagcloudlib/src/main/java/com/moxun/tagcloudlib/view/Tag.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

/**
* Copyright © 2016 moxun
* <p/>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the “Software”),
* to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* <p/>
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* <p/>
*
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

/**
* Copyright © 2016 moxun
* <p/>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the “Software”),
* to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* <p/>
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* <p/>
*
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

/**
* Copyright © 2016 moxun
* <p/>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the “Software”),
* to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* <p/>
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* <p/>
*
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Expand Down

0 comments on commit 65dfc85

Please sign in to comment.