File tree 2 files changed +8
-3
lines changed
packages/react-native-app-auth/android 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' react-native-app-auth ' : patch
3
+ ---
4
+
5
+ Update AGP and Android target/compile SDK
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
google()
13
13
}
14
14
dependencies {
15
- classpath ' com.android.tools.build:gradle:3 .5.3 '
15
+ classpath ' com.android.tools.build:gradle:8 .5.2 '
16
16
}
17
17
}
18
18
}
@@ -25,10 +25,10 @@ android {
25
25
namespace " com.rnappauth"
26
26
}
27
27
28
- compileSdkVersion safeExtGet(' compileSdkVersion' , 28 )
28
+ compileSdkVersion safeExtGet(' compileSdkVersion' , 34 )
29
29
defaultConfig {
30
30
minSdkVersion safeExtGet(' minSdkVersion' , 16 )
31
- targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
31
+ targetSdkVersion safeExtGet(' targetSdkVersion' , 34 )
32
32
versionCode 1
33
33
versionName " 1.0"
34
34
manifestPlaceholders = [
You can’t perform that action at this time.
0 commit comments