We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e78325 commit c035794Copy full SHA for c035794
packages/react-native-app-auth/android/build.gradle
@@ -25,10 +25,10 @@ android {
25
namespace "com.rnappauth"
26
}
27
28
- compileSdkVersion safeExtGet('compileSdkVersion', 28)
+ compileSdkVersion safeExtGet('compileSdkVersion', 34)
29
defaultConfig {
30
minSdkVersion safeExtGet('minSdkVersion', 16)
31
- targetSdkVersion safeExtGet('targetSdkVersion', 26)
+ targetSdkVersion safeExtGet('targetSdkVersion', 34)
32
versionCode 1
33
versionName "1.0"
34
manifestPlaceholders = [
0 commit comments