Skip to content

Commit

Permalink
the demo version was upgraded to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cundong committed Feb 24, 2018
1 parent 23d1e5d commit 751a980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion replugin-sample/host/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ repluginHostConfig {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.qihoo360.replugin:replugin-host-lib:2.2.2'
compile 'com.qihoo360.replugin:replugin-host-lib:2.2.4'
}
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo1/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repluginPluginConfig {
}

dependencies {
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.2.2'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.2.4'
provided files('libs/fragment.jar')//这个jar就是从Support-fragment中提取出来的并非特制包目的是为了骗过编译期
provided files('libs/common-utils-lib-1.0.0.jar')//这个jar就是从Host的utils中编译生成的,其目的是为了骗过编译期
compile(name: 'plugin-library', ext: 'aar')//sample:compile aar
Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.2.2'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.2.4'
}
}

Expand Down

0 comments on commit 751a980

Please sign in to comment.