Skip to content

Commit

Permalink
Drop AS 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Sep 12, 2020
1 parent d378a87 commit 2da7cfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-as-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
as_sdk: [AS35, AS36, AS40]
as_sdk: [AS36, AS40]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
as_sdk: [AS35, AS36, AS40]
as_sdk: [AS36, AS40]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 0 additions & 7 deletions spek-ide-plugin-android-studio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ plugins {
}

val buildMatrix = mapOf(
"AS35" to ij.BuildConfig(
"191.8026.42",
"Studio3.5",
"AS34",
ij.VersionRange("191.8026", "191.8026.*"),
arrayOf("org.jetbrains.kotlin:1.3.30-release-Studio3.5-1")
),
"AS36" to ij.BuildConfig(
"192.7142.36",
"Studio3.6",
Expand Down

0 comments on commit 2da7cfa

Please sign in to comment.