diff --git a/.changeset/angry-teachers-drop.md b/.changeset/angry-teachers-drop.md new file mode 100644 index 00000000..d7f8304c --- /dev/null +++ b/.changeset/angry-teachers-drop.md @@ -0,0 +1,5 @@ +--- +'react-native-app-auth': patch +--- + +Update AGP and Android target/compile SDK diff --git a/packages/react-native-app-auth/android/build.gradle b/packages/react-native-app-auth/android/build.gradle index 57723ac5..9aab5651 100644 --- a/packages/react-native-app-auth/android/build.gradle +++ b/packages/react-native-app-auth/android/build.gradle @@ -12,7 +12,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:8.5.2' } } } @@ -25,10 +25,10 @@ android { namespace "com.rnappauth" } - compileSdkVersion safeExtGet('compileSdkVersion', 28) + compileSdkVersion safeExtGet('compileSdkVersion', 34) defaultConfig { minSdkVersion safeExtGet('minSdkVersion', 16) - targetSdkVersion safeExtGet('targetSdkVersion', 26) + targetSdkVersion safeExtGet('targetSdkVersion', 34) versionCode 1 versionName "1.0" manifestPlaceholders = [