Skip to content

Commit

Permalink
Merge in main for 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Feb 29, 2024
2 parents e0c2270 + 526ed08 commit b929004
Show file tree
Hide file tree
Showing 32 changed files with 84 additions and 29 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
commonmark = "0.21.0"
composeDesktop = "1.6.0-dev1440"
composeDesktop = "1.6.10-dev1457"
detekt = "1.23.4"
dokka = "1.8.20"
idea = "232.10300.40"
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\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=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 b929004

Please sign in to comment.