提交 1550e6ed 编写于 作者: G guolindev

Release 3.2.2 version of LitePal.

上级 b52dab50
......@@ -28,29 +28,29 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
apply plugin: 'com.novoda.bintray-release'
allprojects {
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.9.2'
}
}
publish {
userOrg = 'sinyu890807'
groupId = 'org.litepal.guolindev'
artifactId = 'core'
publishVersion = '3.2.1'
desc = 'An Android library that allows developers to use SQLite database extremely easy'
website = 'https://github.com/LitePalFramework/LitePal'
}
\ No newline at end of file
//apply plugin: 'com.novoda.bintray-release'
//
//allprojects {
// tasks.withType(Javadoc) {
// options.addStringOption('Xdoclint:none', '-quiet')
// options.addStringOption('encoding', 'UTF-8')
// }
//}
//
//buildscript {
// repositories {
// jcenter()
// }
// dependencies {
// classpath 'com.novoda:bintray-release:0.9.2'
// }
//}
//
//publish {
// userOrg = 'sinyu890807'
// groupId = 'org.litepal.guolindev'
// artifactId = 'core'
// publishVersion = '3.2.2'
// desc = 'An Android library that allows developers to use SQLite database extremely easy'
// website = 'https://github.com/LitePalFramework/LitePal'
//}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册