Skip to content

Commit eb3eaac

Browse files
committed
Prepare for release 1.1.1
1 parent 1f0884d commit eb3eaac

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android:
55
components:
66
- tools
77
- platform-tools
8-
- build-tools-25.0.0
8+
- build-tools-25.0.2
99
- android-25
1010
- extra-android-m2repository
1111
- sys-img-armeabi-v7a-android-18

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 1.1.1
5+
-------------
6+
7+
_2017-04-19_
8+
9+
* Force compiler to generate Loaders classes
10+
11+
412
Version 1.1.0
513
-------------
614

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buildscript {
3939
jcenter()
4040
}
4141
dependencies {
42-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0'
42+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.1'
4343
}
4444
}
4545
```

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildscript {
4444
jcenter()
4545
}
4646
dependencies {
47-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0'
47+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.1'
4848
}
4949
}
5050
```

easymvp-test/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'weaver'
33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.0"
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.sixthsolution.easymvp.test"
@@ -33,7 +33,7 @@ android {
3333
dependencies {
3434
compile fileTree(dir: 'libs', include: ['*.jar'])
3535
compile 'junit:junit:4.12'
36-
compile 'com.android.support:appcompat-v7:25.0.0'
36+
compile 'com.android.support:appcompat-v7:25.3.1'
3737
compile project(':easymvp-api')
3838
compile deps.javax
3939
compile deps.rxJava
@@ -45,7 +45,7 @@ dependencies {
4545
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
4646

4747
weaver project(':easymvp-weaver')
48-
androidTestCompile 'com.android.support:support-annotations:25.0.0'
48+
androidTestCompile 'com.android.support:support-annotations:25.3.1'
4949
androidTestCompile 'com.android.support.test:runner:0.5'
5050
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
5151
exclude group: 'com.android.support', module: 'support-annotations'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GROUP=com.sixthsolution.easymvp
2-
VERSION_NAME=1.1.1-SNAPSHOT
2+
VERSION_NAME=1.1.1
33
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)