mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 23:23:47 +00:00
commit
8ae85ecc6e
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.1
|
||||
|
||||
Temporal update for compatibility with java 1.8
|
||||
|
||||
## 0.3.2
|
||||
|
||||
* `Versions`
|
||||
|
@ -41,3 +41,8 @@ kapt {
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
|
@ -19,4 +19,4 @@ sqlite_version=3.36.0.3
|
||||
github_release_plugin_version=2.2.12
|
||||
|
||||
group=dev.inmo
|
||||
version=0.4.0
|
||||
version=0.4.1
|
||||
|
@ -15,3 +15,8 @@ dependencies {
|
||||
api "dev.inmo:tgbotapi:$tgbotapi_version"
|
||||
api "dev.inmo:micro_utils.repos.exposed:$microutils_version"
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user