Updated version

This commit is contained in:
nathan 2020-08-23 11:36:02 +02:00
parent 59773b4cce
commit a17b9b95ff
2 changed files with 9 additions and 3 deletions

View File

@ -235,6 +235,12 @@
Copyright 2014
The Netty Project
- Retrofit - A type-safe HTTP client for Android and Java
[The Apache Software License, Version 2.0]
https://github.com/square/retrofit
Copyright 2020
Square, Inc
- JNA - Simplified native library access for Java.
[The Apache Software License, Version 2.0]
https://github.com/twall/jna

View File

@ -39,7 +39,7 @@ object Extras {
// set for the project
const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+"
const val group = "com.dorkbox"
const val version = "5.0-alpha3"
const val version = "5.0-alpha4"
// set as project.ext
const val name = "Network"
@ -217,8 +217,8 @@ dependencies {
implementation("net.jodah:typetools:0.6.2")
implementation("com.dorkbox:Utilities:1.6")
implementation("com.dorkbox:NetworkUtils:1.1")
implementation("com.dorkbox:Utilities:1.7")
implementation("com.dorkbox:NetworkUtils:1.3")
// https://github.com/MicroUtils/kotlin-logging