From d4e2341158ed150f1ef515b9737540f079e0f69b Mon Sep 17 00:00:00 2001 From: Robinson Date: Mon, 22 Apr 2024 14:02:05 +0200 Subject: [PATCH] Version 2.2 --- README.md | 2 +- build.gradle.kts | 12 ++++++------ gradle.properties | 2 +- src/dorkbox/kloudflareApi/Kloudflare.kt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 291b550..5077265 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Maven Info com.dorkbox KloudflareAPI - 2.1 + 2.2 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 29116e3..e12ca41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 dorkbox, llc + * Copyright 2024 dorkbox, llc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ plugins { // There are several issues with KSP. // 1) It runs on every compile (it's not cached) // 2) It is not possible to (at last I don't know) how to run this via IntelliJ compiles (it's only via Gradle) - id("dev.zacsweers.moshix") version "0.24.0" +// id("dev.zacsweers.moshix") version "0.24.0" kotlin("jvm") version "1.9.0" } @@ -42,7 +42,7 @@ object Extras { // set for the project const val description = "Cloudflare API v4 for Kotlin" const val group = "com.dorkbox" - const val version = "2.1" + const val version = "2.2" // set as project.ext const val name = "KloudflareAPI" @@ -87,9 +87,9 @@ tasks.jar.get().apply { dependencies { api(kotlin("reflect")) - val moshiVer = "1.15.0" - val okHttpVer = "4.11.0" - val retroVer = "2.9.0" + val moshiVer = "1.15.1" + val okHttpVer = "4.12.0" + val retroVer = "2.11.0" api("com.squareup.okhttp3:okhttp:$okHttpVer") api("com.squareup.okhttp3:logging-interceptor:$okHttpVer") // Log Network Calls diff --git a/gradle.properties b/gradle.properties index 05e5ca0..6fcda79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # # https://github.com/ZacSweers/MoshiX/releases -moshix.generateProguardRules=false +#moshix.generateProguardRules=false # https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties org.gradle.jvmargs=-Dfile.encoding=UTF-8 diff --git a/src/dorkbox/kloudflareApi/Kloudflare.kt b/src/dorkbox/kloudflareApi/Kloudflare.kt index e06c4d2..97506e0 100644 --- a/src/dorkbox/kloudflareApi/Kloudflare.kt +++ b/src/dorkbox/kloudflareApi/Kloudflare.kt @@ -47,7 +47,7 @@ class Kloudflare(private val xAuthEmail: String, private val xAuthKey: String) { /** * Gets the version number. */ - const val version = "2.1" + const val version = "2.2" init { // Add this project to the updates system, which verifies this class + UUID + version information