File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 1.1.1
5+ -------------
6+
7+ _ 2017-04-19_
8+
9+ * Force compiler to generate Loaders classes
10+
11+
412Version 1.1.0
513-------------
614
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' weaver'
33android {
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 {
3333dependencies {
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'
Original file line number Diff line number Diff line change 11GROUP =com.sixthsolution.easymvp
2- VERSION_NAME =1.1.1-SNAPSHOT
2+ VERSION_NAME =1.1.1
33org.gradle.jvmargs =-Xmx2048m
You can’t perform that action at this time.
0 commit comments