Skip to content

Commit

Permalink
Upgraded version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyupeng1-iri committed Jul 4, 2017
1 parent ebe239f commit bccffcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion replugin-host-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
}

group = 'com.qihoo360.replugin' // 组名
version = '2.1.1' // 版本
version = '2.1.2' // 版本

dependencies {
compile 'com.android.tools.build:gradle:2.1.3'
Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/host/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.0'
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.1'
compile 'com.android.support:support-v4:25.3.1'
}
2 changes: 1 addition & 1 deletion replugin-sample/host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.1.1'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.1.2'
}
}

Expand Down

0 comments on commit bccffcb

Please sign in to comment.