Skip to content

Commit

Permalink
Update website (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman committed Jul 31, 2023
1 parent ddc9f22 commit a129ed0
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 @@ -21,7 +21,7 @@ export type Versions = { AGP: string, GRADLE: string, ANDROID: string, SERVER: s
const versions: Versions = {
'GRADLE': '1.6.0',
'ANDROID': '1.2.0',
'SERVER': '1.3.1',
'SERVER': '1.5.0',
'STUDIO': '1.8.0',
'AGP': '7.2.1'
}
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 = `
Server 1.5.0 (July 2023)
---
* Make compatible with gradle 8.x
Studio plugin 1.8.0 (July 2023)
---
* Android Studio Flamingo (2022.2.1) compatibility.
Expand Down

0 comments on commit a129ed0

Please sign in to comment.