This commit is contained in:
InsanusMokrassar 2021-11-12 17:38:18 +06:00
parent 6d00bb6242
commit 9d25b4b071
4 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.4.1
Temporal update for compatibility with java 1.8
## 0.3.2
* `Versions`

View File

@ -41,3 +41,8 @@ kapt {
}
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

View File

@ -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

View File

@ -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
}