Skip to content

Commit

Permalink
Release 3.2.2 version of LitePal.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcc1234567 committed Sep 22, 2020
1 parent b52dab5 commit 1550e6e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
//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'
//}

0 comments on commit 1550e6e

Please sign in to comment.