Skip to content

Commit

Permalink
Revert "Update Android target SDK to Android 14 (API level 34) (#777)" (
Browse files Browse the repository at this point in the history
#781)

This reverts commit e8d19c7.
  • Loading branch information
abhay authored Jul 18, 2024
1 parent e167bf6 commit 11418e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlinVersion = "1.6.0"
Expand Down

0 comments on commit 11418e8

Please sign in to comment.