Skip to content

Commit 5909f7b

Browse files
author
Shintaro Katafuchi
committed
Prepare for 1.2.1.
1 parent 7fe3a12 commit 5909f7b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android:
44
components:
55
- tools
66
- platform-tools
7-
- build-tools-22.0.1
7+
- build-tools-23.0.0
88
- android-23
99
- extra-google-google_play_services
1010
- extra-android-m2repository

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
- 1.2.1 2015/09/14
4+
- Fix #14 and #16.
35
- 1.2.0 2015/09/07
46
- Add `@DeniedPermission` and `@DeniedPermissions`.
57
- 1.1.2 2015/08/26

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
// TODO: bintray-release will crash if you upgrade plugin version...
7-
classpath 'com.android.tools.build:gradle:1.2.3'
6+
classpath 'com.android.tools.build:gradle:1.3.0'
87
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
98
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
10-
classpath 'com.novoda:bintray-release:0.3.0'
9+
classpath 'com.novoda:bintray-release:0.3.4'
1110
}
1211
}
1312

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ USER = hotchemi
22
GROUP_ID = com.github.hotchemi
33
ARTIFACT_ID_CORE = permissionsdispatcher
44
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
5-
VERSION = 1.2.0
5+
VERSION = 1.2.1
66
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
77
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
88
LICENCES = ['Apache-2.0']

0 commit comments

Comments
 (0)