Skip to content

Commit

Permalink
ci: get integration workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
emschu committed Dec 27, 2023
1 parent 5b2f6ab commit b2bd00c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
api-level: [33, 34]
target: ["google_apis"]
target: ["default"]
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -35,7 +35,6 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
applicationId "org.emschu.snmp.cockpit"
minSdk 24
targetSdk 34
versionCode 50
versionCode 52
versionName versionCode.toString()
resourceConfigurations += ['en', 'de']

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinGradlePluginVersion"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.4.1.3373"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.3.0.3225"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit b2bd00c

Please sign in to comment.