Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman committed Sep 8, 2024
1 parent 6b9584d commit 9798cca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion globallydynamic-website/frontend/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const pageNames: { [key: string]: string[] } = {
export type Versions = { AGP: string, GRADLE: string, ANDROID: string, SERVER: string, STUDIO: string }

const versions: Versions = {
'GRADLE': '1.8.0',
'GRADLE': '1.9.0',
'ANDROID': '1.3.0',
'SERVER': '1.5.0',
'STUDIO': '1.11.0',
Expand Down
4 changes: 4 additions & 0 deletions globallydynamic-website/frontend/src/release-notes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import LinkRenderer from "../components/LinkRenderer";
import ImageRenderer from "../components/ImageRenderer";

const markdown = `
Gradle plugin 1.9.0 (September 2024)
---
* Fix broken APK producer tasks.
Studio plugin 1.11.0 (September 2024)
---
* Android Studio Koala Feature Drop (2024.1.2) compatibility.
Expand Down

0 comments on commit 9798cca

Please sign in to comment.