Skip to content

Commit

Permalink
Update latest test configuration for the functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Oct 30, 2024
1 parent b67d3db commit 984ae82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.gitlab
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN set -x \
&& rm -rf /var/lib/apt/lists/*

ENV GRADLE_VERSION 8.10.2
ENV ANDROID_COMPILE_SDK 34
ENV ANDROID_BUILD_TOOLS 34.0.0
ENV ANDROID_COMPILE_SDK 35
ENV ANDROID_BUILD_TOOLS 35.0.0
ENV ANDROID_SDK_TOOLS 11076708
ENV NDK_VERSION 26.1.10909125
ENV CMAKE_VERSION 3.22.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package com.datadog.gradle.config

object AndroidConfig {

const val TARGET_SDK = 34
const val TARGET_SDK = 35
const val MIN_SDK = 21
const val BUILD_TOOLS_VERSION = "34.0.0"
const val BUILD_TOOLS_VERSION = "35.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -1445,9 +1445,9 @@ internal class DdAndroidGradlePluginFunctionalTest {
val LATEST_VERSIONS_TEST_CONFIGURATION = BuildVersionConfig(
agpVersion = LATEST_AGP_VERSION,
gradleVersion = LATEST_GRADLE_VERSION,
buildToolsVersion = "34.0.0",
targetSdkVersion = "34",
kotlinVersion = "1.9.23",
buildToolsVersion = "35.0.0",
targetSdkVersion = "35",
kotlinVersion = "2.0.20",
jvmTarget = JavaVersion.VERSION_17.toString()
)

Expand Down

0 comments on commit 984ae82

Please sign in to comment.