diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index fa42da9..a049393 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: api-level: [33, 34] - target: ["google_apis"] + target: ["default"] steps: - name: checkout uses: actions/checkout@v3 @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 58571e5..8c04869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ android { applicationId "org.emschu.snmp.cockpit" minSdk 24 targetSdk 34 - versionCode 50 + versionCode 52 versionName versionCode.toString() resourceConfigurations += ['en', 'de'] diff --git a/build.gradle b/build.gradle index 57bab6b..a2a0226 100644 --- a/build.gradle +++ b/build.gradle @@ -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