mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-11-30 10:48:22 +08:00
Upgrade the replugin-plugin-lib version to v.2.1.3
This commit is contained in:
parent
218aec89f2
commit
af3d0f1567
@ -4,9 +4,6 @@ apply plugin: 'com.jfrog.bintray'
|
||||
def siteUrl = '' // 项目的主页
|
||||
def gitUrl = '' // Git仓库的url
|
||||
|
||||
version = "2.1.0"
|
||||
group = 'com.qihoo360.replugin' // 组名
|
||||
|
||||
|
||||
install {
|
||||
repositories.mavenInstaller {
|
||||
|
@ -16,6 +16,9 @@
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
version = "2.1.3"
|
||||
group = 'com.qihoo360.replugin' // 组名
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.2'
|
||||
|
Loading…
Reference in New Issue
Block a user