Skip to content

Commit

Permalink
Merge pull request #104 from DeployGate/as4_0_0_support
Browse files Browse the repository at this point in the history
Test 4.0.0 stable
  • Loading branch information
jmatsu authored May 29, 2020
2 parents 8928f89 + dfd6354 commit f6c0631
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ orbs:
agp_version: '3.5.1'
gradle_version: '5.4.1'
- acceptance_test:
agp_version: '3.6.0'
agp_version: '3.6.3'
gradle_version: '5.6.4'
- acceptance_test:
agp_version: '4.0.0-beta01'
agp_version: '4.0.0'
gradle_version: '6.1.1'
- save_gradle_cache:
prefix: acceptance
Expand Down
2 changes: 1 addition & 1 deletion run_acceptance_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ done < <(cat<<EOF
3.3.2 4.10.1 false false
3.5.1 5.4.1 false false
3.6.0 5.6.4 false false
4.0.0-beta01 6.1.1 false false
4.0.0 6.1.1 false false
EOF
)
6 changes: 3 additions & 3 deletions src/test/resources/acceptance/android_block.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.deploygate.example"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ class AndroidGradlePluginAcceptanceSpec extends Specification {
"3.4.1" | "5.1.1"
"3.5.0" | "5.4.1"
"3.6.0" | "5.6.4"
"4.0.0-beta01" | "6.1.1"
"4.0.0" | "6.1.1"
}
}

0 comments on commit f6c0631

Please sign in to comment.