From fd92edc05d86804e15a71af30abc28196e658dd9 Mon Sep 17 00:00:00 2001 From: jeppeman Date: Mon, 3 Jul 2023 09:11:16 +0200 Subject: [PATCH] Update website --- .../frontend/src/constants/index.ts | 4 ++-- .../frontend/src/release-notes/index.tsx | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/globallydynamic-website/frontend/src/constants/index.ts b/globallydynamic-website/frontend/src/constants/index.ts index 4bdb139..dfb3b8d 100644 --- a/globallydynamic-website/frontend/src/constants/index.ts +++ b/globallydynamic-website/frontend/src/constants/index.ts @@ -21,8 +21,8 @@ export type Versions = { AGP: string, GRADLE: string, ANDROID: string, SERVER: s const versions: Versions = { 'GRADLE': '1.6.0', 'ANDROID': '1.2.0', - 'SERVER': '1.2.0', - 'STUDIO': '1.7.0', + 'SERVER': '1.3.1', + 'STUDIO': '1.8.0', 'AGP': '7.2.1' } diff --git a/globallydynamic-website/frontend/src/release-notes/index.tsx b/globallydynamic-website/frontend/src/release-notes/index.tsx index a09b038..94b4e80 100644 --- a/globallydynamic-website/frontend/src/release-notes/index.tsx +++ b/globallydynamic-website/frontend/src/release-notes/index.tsx @@ -6,6 +6,17 @@ import LinkRenderer from "../components/LinkRenderer"; import ImageRenderer from "../components/ImageRenderer"; const markdown = ` +Studio plugin 1.8.0 (July 2023) +--- +* Android Studio Flamingo (2022.2.1) compatibility. +* Bump GloballyDynamic Server to 1.3.1 +* Reworked the way the plugin determines whether GloballyDynamic is enabled for a module or not by leveraging the Gradle tooling API. + +Server 1.3.1 (July 2023) +--- +* Bump to Java 17 source compat +* Fixed the address of GloballyDynamic server; made it so that the default value returns the correct address on the network. + Gradle plugin 1.6.0 (February 2023) --- * AGP 7.4.1 compatibility.