Skip to content

Commit

Permalink
Sample upgraded to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyupeng1-iri committed Jul 20, 2017
1 parent dc64f40 commit 23cf013
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 @@ -39,5 +39,5 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-v4:25.3.1'
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.5'
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.6'
}
2 changes: 1 addition & 1 deletion replugin-sample/host/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-host-gradle:2.1.5'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.1.6'
}
}

Expand Down
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 @@ -59,7 +59,7 @@ repluginPluginConfig {
}

dependencies {
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.5'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.6'
provided files('libs/fragment.jar')//这个jar就是从Support-fragment中提取出来的并非特制包目的是为了骗过编译期
provided files('libs/common-utils-lib-1.0.0.jar')//这个jar就是从Host的utils中编译生成的,其目的是为了骗过编译期
}
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.1.5'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.6'
}
}

Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ repluginPluginConfig {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.5'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.6'
}
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo2/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.1.5'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.6'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {


dependencies {
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.3'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.6'
provided files('libs/fragment.jar')
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
//这个jar就是从Support-fragment中提取出来的并非特制包目的是为了骗过编译期
Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo3-kotlin/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.1.5'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.6'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 23cf013

Please sign in to comment.