Skip to content

Commit

Permalink
Update dependencies (JetBrains#313)
Browse files Browse the repository at this point in the history
* Update Sarif and kotlinpoet dependencies

* Add missing Studio splash screens

* Add Android 15 preview to releases list

* Run ImageOptim on icons and release images
  • Loading branch information
rock3r committed Feb 28, 2024
1 parent d00273e commit cb146e8
Show file tree
Hide file tree
Showing 32 changed files with 83 additions and 28 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ idea = "241.13688.18-EAP-SNAPSHOT"
ideaGradlePlugin = "1.17.1"
jna = "5.14.0"
kotlin = "1.8.21"
kotlinSarif = "0.4.0"
kotlinpoet = "1.14.2"
kotlinSarif = "0.5.0"
kotlinpoet = "1.15.2"
kotlinterGradlePlugin = "3.16.0"
kotlinxSerialization = "1.5.1"
kotlinxBinaryCompat = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,17 @@ object AndroidReleases : ContentSource<ContentItem.AndroidRelease>() {
imagePath = "/android-releases/14.svg",
versionName = "14",
codename = "Upside Down Cake",
apiLevel = 33,
apiLevel = 34,
releaseDate = LocalDate(2023, 10, 4),
),
ContentItem.AndroidRelease(
displayText = "Android 15 (preview)",
imagePath = "/android-releases/15.svg",
versionName = "15",
codename = "Vanilla Ice Cream",
apiLevel = 35,
releaseDate = LocalDate(2024, 2, 17),
),
)

override val displayName = "Android releases"
Expand Down
47 changes: 47 additions & 0 deletions samples/ide-plugin/src/main/resources/android-releases/15.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions samples/ide-plugin/src/main/resources/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cb146e8

Please sign in to comment.