File tree 6 files changed +15
-7
lines changed
6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 5
5
components :
6
6
- tools
7
7
- platform-tools
8
- - build-tools-25.0.0
8
+ - build-tools-25.0.2
9
9
- android-25
10
10
- extra-android-m2repository
11
11
- sys-img-armeabi-v7a-android-18
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 1.1.1
5
+ -------------
6
+
7
+ _ 2017-04-19_
8
+
9
+ * Force compiler to generate Loaders classes
10
+
11
+
4
12
Version 1.1.0
5
13
-------------
6
14
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
39
39
jcenter()
40
40
}
41
41
dependencies {
42
- classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0 '
42
+ classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.1 '
43
43
}
44
44
}
45
45
```
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ buildscript {
44
44
jcenter()
45
45
}
46
46
dependencies {
47
- classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0 '
47
+ classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.1 '
48
48
}
49
49
}
50
50
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' weaver'
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.0 "
5
+ buildToolsVersion " 25.0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.sixthsolution.easymvp.test"
@@ -33,7 +33,7 @@ android {
33
33
dependencies {
34
34
compile fileTree(dir : ' libs' , include : [' *.jar' ])
35
35
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 '
37
37
compile project(' :easymvp-api' )
38
38
compile deps. javax
39
39
compile deps. rxJava
@@ -45,7 +45,7 @@ dependencies {
45
45
annotationProcessor ' com.jakewharton:butterknife-compiler:8.4.0'
46
46
47
47
weaver project(' :easymvp-weaver' )
48
- androidTestCompile ' com.android.support:support-annotations:25.0.0 '
48
+ androidTestCompile ' com.android.support:support-annotations:25.3.1 '
49
49
androidTestCompile ' com.android.support.test:runner:0.5'
50
50
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
51
51
exclude group : ' com.android.support' , module : ' support-annotations'
Original file line number Diff line number Diff line change 1
1
GROUP =com.sixthsolution.easymvp
2
- VERSION_NAME =1.1.1-SNAPSHOT
2
+ VERSION_NAME =1.1.1
3
3
org.gradle.jvmargs =-Xmx2048m
You can’t perform that action at this time.
0 commit comments