Skip to content

Commit

Permalink
RUM-6069 Update the build system and CI to target API 35
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusc83 committed Sep 19, 2024
1 parent cf9e60b commit 5a8be07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
# SETUP

variables:
CURRENT_CI_IMAGE: "10"
CURRENT_CI_IMAGE: "11"
CI_IMAGE_DOCKER: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/dd-sdk-android:$CURRENT_CI_IMAGE
GIT_DEPTH: 5

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.gitlab
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN set -x \
&& rm -rf /var/lib/apt/lists/*

ENV GRADLE_VERSION 8.9
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 25.1.8937393
ENV CMAKE_VERSION 3.22.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import org.gradle.api.Project

object AndroidConfig {

const val TARGET_SDK = 34
const val TARGET_SDK = 35
const val MIN_SDK = 21
const val MIN_SDK_FOR_WEAR = 23
const val BUILD_TOOLS_VERSION = "34.0.0"
const val BUILD_TOOLS_VERSION = "35.0.0"

val VERSION = Version(2, 14, 0, Version.Type.Snapshot)
}
Expand Down

0 comments on commit 5a8be07

Please sign in to comment.