Skip to content

Commit

Permalink
revert target compile sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 4, 2023
1 parent 3b9ec19 commit a175a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ dart-defines-release:
DART_DEFINES+=`printf ',' && $(CIBASE)`; \
printf $$DART_DEFINES

$(MOBILE_RELEASE_APK): $(MOBILE_SOURCES) $(GO_SOURCES) $(MOBILE_ANDROID_LIB) require-datadog-ci
$(MOBILE_RELEASE_APK): $(MOBILE_SOURCES) $(GO_SOURCES) $(MOBILE_ANDROID_LIB)
echo $(MOBILE_ANDROID_LIB) && \
mkdir -p ~/.gradle && \
ln -fs $(MOBILE_DIR)/gradle.properties . && \
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ext {

enableTestCodeCoverage = true

compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
minSdkVersion = 23
androidAnnotationsVersion = '4.8.0'
androidAnnotationsAPIVersion = '4.8.0'
Expand Down

0 comments on commit a175a95

Please sign in to comment.