Skip to content

Commit

Permalink
[WIP] Bump supported android studio version
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Jul 27, 2023
1 parent d6a6a6b commit 210bfa2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 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/2022.2.1.19/android-studio-2022.2.1.19-linux.tar.gz
COMPILER_VERSION: 222.4459.24
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.18/android-studio-2022.3.1.18-linux.tar.gz
COMPILER_VERSION: 223.8836.35

jobs:
build:
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/2022.2.1.19/android-studio-2022.2.1.19-linux.tar.gz
COMPILER_VERSION: 222.4459.24
ANDROID_STUDIO_URL: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.18/android-studio-2022.3.1.18-linux.tar.gz
COMPILER_VERSION: 223.8836.35

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.kotlinVersion=1.8.20
systemProp.detektVersion=1.22.0

systemProp.androidStudioPath=/Applications/Android Studio.app/Contents
systemProp.androidStudioCompilerVersion=222.4459.24
systemProp.androidStudioCompilerVersion=223.8836.35
systemProp.androidStudioPluginsNames=android,Kotlin,java,Groovy,git4idea,IntelliLang

# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
Expand Down
4 changes: 4 additions & 0 deletions plugins/hh-carnival/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Carnival

## [1.5.0]
### Added
- Support for Android Studio Giraffe | 2022.3.1

## [1.4.0]
### Added
- Support for Android Studio Flamingo | 2022.2.1
Expand Down
2 changes: 1 addition & 1 deletion plugins/hh-carnival/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.4.0
pluginVersion=1.5.0

pluginGroup=ru.hh.plugins
pluginName=hh-carnival
Expand Down
4 changes: 4 additions & 0 deletions plugins/hh-garcon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Garcon

## [1.4.0]
### Added
- Support for Android Studio Giraffe | 2022.3.1

## [1.3.0]
### Added
- Support for Android Studio Flamingo | 2022.2.1
Expand Down
2 changes: 1 addition & 1 deletion plugins/hh-garcon/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.3.0
pluginVersion=1.4.0

pluginGroup=ru.hh.plugins
pluginName=hh-garcon
Expand Down
6 changes: 6 additions & 0 deletions plugins/hh-geminio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Geminio


## [1.6.0]
### Added
- Support for Android Studio Giraffe | 2022.3.1


## [1.5.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion plugins/hh-geminio/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.5.1
pluginVersion=1.6.0

pluginGroup=ru.hh.plugins
pluginName=hh-geminio
Expand Down

0 comments on commit 210bfa2

Please sign in to comment.