File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ repluginHostConfig {
45
45
}
46
46
47
47
dependencies {
48
- compile ' com.qihoo360.replugin:replugin-host-lib:2.2.4 '
48
+ compile ' com.qihoo360.replugin:replugin-host-lib:2.3.0 '
49
49
50
50
compile fileTree(dir : ' libs' , include : [' *.jar' ])
51
51
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:2.3.0'
10
- classpath ' com.qihoo360.replugin:replugin-host-gradle:2.2.4 '
10
+ classpath ' com.qihoo360.replugin:replugin-host-gradle:2.3.0 '
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
13
13
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
apply plugin : ' replugin-plugin-gradle'
30
30
31
31
dependencies {
32
- compile ' com.qihoo360.replugin:replugin-plugin-lib:2.2.4 '
32
+ compile ' com.qihoo360.replugin:replugin-plugin-lib:2.3.0 '
33
33
34
34
compile ' com.android.support:appcompat-v7:26.0.0-alpha1'
35
35
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:2.3.0'
10
- classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.2.4 '
10
+ classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.3.0 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ repluginHostConfig {
45
45
dependencies {
46
46
compile fileTree(include : [' *.jar' ], dir : ' libs' )
47
47
compile ' com.android.support:appcompat-v7:25.3.1'
48
- compile ' com.qihoo360.replugin:replugin-host-lib:2.2.4 '
48
+ compile ' com.qihoo360.replugin:replugin-host-lib:2.3.0 '
49
49
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
dependencies {
22
22
classpath ' com.android.tools.build:gradle:2.3.3'
23
- classpath ' com.qihoo360.replugin:replugin-host-gradle:2.2.4 '
23
+ classpath ' com.qihoo360.replugin:replugin-host-gradle:2.3.0 '
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ repluginPluginConfig {
66
66
}
67
67
68
68
dependencies {
69
- compile ' com.qihoo360.replugin:replugin-plugin-lib:2.2.4 '
69
+ compile ' com.qihoo360.replugin:replugin-plugin-lib:2.3.0 '
70
70
provided files(' libs/fragment.jar' )// 这个jar就是从Support-fragment中提取出来的并非特制包目的是为了骗过编译期
71
71
provided files(' libs/common-utils-lib-1.0.0.jar' )// 这个jar就是从Host的utils中编译生成的,其目的是为了骗过编译期
72
72
compile(name : ' plugin-library' , ext : ' aar' )// sample:compile aar
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
dependencies {
22
22
classpath ' com.android.tools.build:gradle:2.3.3'
23
- classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.2.4 '
23
+ classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.3.0 '
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ repluginPluginConfig {
66
66
dependencies {
67
67
compile fileTree(include : [' *.jar' ], dir : ' libs' )
68
68
compile ' com.android.support:appcompat-v7:25.3.1'
69
- compile ' com.qihoo360.replugin:replugin-plugin-lib:2.2.4 '
69
+ compile ' com.qihoo360.replugin:replugin-plugin-lib:2.3.0 '
70
70
}
71
71
72
72
if (android. defaultConfig. multiDexEnabled) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
dependencies {
22
22
classpath ' com.android.tools.build:gradle:2.3.3'
23
- classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.2.4 '
23
+ classpath ' com.qihoo360.replugin:replugin-plugin-gradle:2.3.0 '
24
24
}
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments