File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
components :
5
5
- tools
6
6
- platform-tools
7
- - build-tools-22 .0.1
7
+ - build-tools-23 .0.0
8
8
- android-23
9
9
- extra-google-google_play_services
10
10
- extra-android-m2repository
Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ - 1.2.1 2015/09/14
4
+ - Fix #14 and #16 .
3
5
- 1.2.0 2015/09/07
4
6
- Add ` @DeniedPermission ` and ` @DeniedPermissions ` .
5
7
- 1.1.2 2015/08/26
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ buildscript {
3
3
jcenter()
4
4
}
5
5
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'
8
7
classpath ' com.neenbedankt.gradle.plugins:android-apt:1.4'
9
8
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 '
11
10
}
12
11
}
13
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ USER = hotchemi
2
2
GROUP_ID = com.github.hotchemi
3
3
ARTIFACT_ID_CORE = permissionsdispatcher
4
4
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
5
- VERSION = 1.2.0
5
+ VERSION = 1.2.1
6
6
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
7
7
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
8
8
LICENCES = [' Apache-2.0' ]
You can’t perform that action at this time.
0 commit comments