Skip to content

Commit

Permalink
Android Studio Koala | 2024.1.1 Beta 1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed May 13, 2024
1 parent 56ca011 commit 94f0c71
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on: [pull_request, workflow_call]

env:
# Link for Linux zip file from https://developer.android.com/studio/archive
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.3/android-studio-2024.1.1.3-linux.tar.gz
COMPILER_VERSION: 241.14494.240
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.7/android-studio-2024.1.1.7-linux.tar.gz
COMPILER_VERSION: 241.15989.150

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:

env:
# Link for Linux zip file from https://developer.android.com/studio/archive
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.3/android-studio-2024.1.1.3-linux.tar.gz
COMPILER_VERSION: 241.14494.240
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.7/android-studio-2024.1.1.7-linux.tar.gz
COMPILER_VERSION: 241.15989.150
GRADLE_OPTS: >-
-Dorg.gradle.jvmargs="-Xmx2G -XX:MaxMetaspaceSize=1G -XX:+UseParallelGC -XX:NewRatio=1 -XX:SoftRefLRUPolicyMSPerMB=10"
-Dorg.gradle.vfs.watch=false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
# Link for Linux zip file from https://developer.android.com/studio/archive
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.3/android-studio-2024.1.1.3-linux.tar.gz
COMPILER_VERSION: 241.14494.240
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.7/android-studio-2024.1.1.7-linux.tar.gz
COMPILER_VERSION: 241.15989.150

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:

env:
# Link for Linux zip file from https://developer.android.com/studio/archive
ANDROID_STUDIO_URL: ${{ inputs.android_studio_url || 'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.3/android-studio-2024.1.1.3-linux.tar.gz' }}
COMPILER_VERSION: ${{ inputs.compiler_version || '241.14494.240' }}
ANDROID_STUDIO_URL: ${{ inputs.android_studio_url || 'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.1.1.7/android-studio-2024.1.1.7-linux.tar.gz' }}
COMPILER_VERSION: ${{ inputs.compiler_version || '241.15989.150' }}
PLUGIN_NAMES: ${{ inputs.android_studio_plugin_names || 'android,Kotlin,java,Groovy,Git4Idea,org.intellij.intelliLang' }}
GRADLE_OPTS: >-
-Dorg.gradle.jvmargs="-Xmx2G -XX:MaxMetaspaceSize=1G -XX:+UseParallelGC -XX:NewRatio=1 -XX:SoftRefLRUPolicyMSPerMB=10"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Основные отличия от оригинального плагина:

* Сборка для стабильных и альфа-версий AS. Последняя: Android Studio Koala 2024.1.1 Canary 5+
* Сборка для стабильных и альфа-версий AS. Последняя: Android Studio Koala 2024.1.1 Beta 1+
* В визарде добавлена галка, отключающая добавление include в *settings.gradle.kts* для сгенерированного плагина.
* UI диалоги переписаны на Kotlin UI DSL Version 2.
* Формы должны работать чуть более корректно. Например, в настройках работает кнопка Reset при модификации данных
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ systemProp.kotlinVersion=2.0.0-RC3
systemProp.detektVersion=1.23.6

systemProp.androidStudioPath=/Applications/Android Studio.app/Contents
systemProp.androidStudioCompilerVersion=241.14494.240
systemProp.androidStudioCompilerVersion=241.15989.150
systemProp.androidStudioPluginsNames=org.jetbrains.android,org.jetbrains.kotlin,com.intellij.java,org.intellij.groovy,Git4Idea,org.intellij.intelliLang

# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
Expand Down

0 comments on commit 94f0c71

Please sign in to comment.