Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman committed Feb 1, 2024
1 parent bd45c01 commit 6799636
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 @@ -22,7 +22,7 @@ const versions: Versions = {
'GRADLE': '1.7.0',
'ANDROID': '1.3.0',
'SERVER': '1.5.0',
'STUDIO': '1.9.0',
'STUDIO': '1.10.0',
'AGP': '8.1.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 = `
Studio plugin 1.10.0 (January 2024)
---
* Android Studio Hedgehog (2023.1.1) compatibility.
Gradle plugin 1.7.0 (August 2023)
---
* AGP 8.1.1 compatibility.
Expand Down

0 comments on commit 6799636

Please sign in to comment.