Merge pull request #23 from InsanusMokrassar/0.4.1

0.4.1
This commit is contained in:
InsanusMokrassar 2021-11-12 17:38:41 +06:00 committed by GitHub
commit 8ae85ecc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.4.1
Temporal update for compatibility with java 1.8
## 0.3.2 ## 0.3.2
* `Versions` * `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 github_release_plugin_version=2.2.12
group=dev.inmo 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:tgbotapi:$tgbotapi_version"
api "dev.inmo:micro_utils.repos.exposed:$microutils_version" api "dev.inmo:micro_utils.repos.exposed:$microutils_version"
} }
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}