Skip to content

Commit c035794

Browse files
committed
Bump Android compile and target SDK versions to API 24
1 parent 8e78325 commit c035794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-app-auth/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ android {
2525
namespace "com.rnappauth"
2626
}
2727

28-
compileSdkVersion safeExtGet('compileSdkVersion', 28)
28+
compileSdkVersion safeExtGet('compileSdkVersion', 34)
2929
defaultConfig {
3030
minSdkVersion safeExtGet('minSdkVersion', 16)
31-
targetSdkVersion safeExtGet('targetSdkVersion', 26)
31+
targetSdkVersion safeExtGet('targetSdkVersion', 34)
3232
versionCode 1
3333
versionName "1.0"
3434
manifestPlaceholders = [

0 commit comments

Comments
 (0)