mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-11-29 18:28:33 +08:00
e44e8b0524
2、gradle升级到3.5.4 3、64位适配 4、优化部分崩溃问题
16 lines
521 B
Groovy
16 lines
521 B
Groovy
project.ext{
|
|
RP_USER = 'replugin'
|
|
RP_REPO = 'replugin'
|
|
RP_USERORG = 'qihoo360' // unset this if you an't belong to any orgnization
|
|
//
|
|
RP_SITE = 'https://github.com/Qihoo360/Replugin'
|
|
RP_DESC = 'RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework'
|
|
RP_EMAIL = 'replugin@gmail.com'
|
|
RP_GIT_URL = 'https://github.com/Qihoo360/RePlugin'
|
|
RP_LICENSES_URL = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
RP_LICENSES_NAME = 'Apache-2.0'
|
|
//
|
|
RP_GROUP = 'com.qihoo360.replugin'
|
|
RP_VERSION = '3.0.0'
|
|
|
|
} |