Skip to content

Commit

Permalink
Prepare for 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Sep 13, 2015
1 parent 7fe3a12 commit 5909f7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ android:
components:
- tools
- platform-tools
- build-tools-22.0.1
- build-tools-23.0.0
- android-23
- extra-google-google_play_services
- extra-android-m2repository
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# ChangeLog

- 1.2.1 2015/09/14
- Fix #14 and #16.
- 1.2.0 2015/09/07
- Add `@DeniedPermission` and `@DeniedPermissions`.
- 1.1.2 2015/08/26
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Expand Up @@ -3,11 +3,10 @@ buildscript {
jcenter()
}
dependencies {
// TODO: bintray-release will crash if you upgrade plugin version...
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
classpath 'com.novoda:bintray-release:0.3.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -2,7 +2,7 @@ USER = hotchemi
GROUP_ID = com.github.hotchemi
ARTIFACT_ID_CORE = permissionsdispatcher
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
VERSION = 1.2.0
VERSION = 1.2.1
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
LICENCES = ['Apache-2.0']

0 comments on commit 5909f7b

Please sign in to comment.