Skip to content

Commit b75d340

Browse files
authored
Update AGP and Android target/compile SDK versions (#1024)
1 parent ad3018d commit b75d340

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/angry-teachers-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-app-auth': patch
3+
---
4+
5+
Update AGP and Android target/compile SDK

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
google()
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.5.3'
15+
classpath 'com.android.tools.build:gradle:8.5.2'
1616
}
1717
}
1818
}
@@ -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)