mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 05:09:22 +08:00
alter version to 0.1.6
This commit is contained in:
parent
828a47941c
commit
aab1f8fb11
@ -2,17 +2,18 @@ buildscript {
|
||||
repositories {
|
||||
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Do try to waste your time.
|
||||
//noinspection GradleDependency
|
||||
classpath 'com.android.tools.build:gradle:3.6.0-alpha03'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion"
|
||||
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicFuVersion"
|
||||
|
||||
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.1.5
|
||||
mirai_version=0.1.6
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
id("com.android.library")
|
||||
id("kotlinx-serialization")
|
||||
`maven-publish`
|
||||
id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
|
||||
id("com.jfrog.bintray") version "1.8.4-jetbrains-3" // DO NOT CHANGE THIS VERSION UNLESS YOU WANT TO WASTE YOUR TIME
|
||||
}
|
||||
|
||||
apply(from = rootProject.file("gradle/publish.gradle"))
|
||||
|
Loading…
Reference in New Issue
Block a user