Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 4810d26

Browse files
authored
Merge pull request #19 from wordpress-mobile/update/android-12
Upgrade compile and target sdk version to Android API 31
2 parents 0f902a0 + 7b1512b commit 4810d26

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

android-npm/expo/linking.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (isExpoLinked) {
2323
}
2424
}
2525

26-
compileSdkVersion safeExtGet('compileSdkVersion', 30)
26+
compileSdkVersion safeExtGet('compileSdkVersion', 31)
2727

2828
sourceSets {
2929
main.manifest.srcFile 'src/AndroidManifest.xml'
0 Bytes
Binary file not shown.

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ android {
8787
buildFeatures {
8888
prefab true
8989
}
90-
compileSdkVersion 30
90+
compileSdkVersion 31
9191
defaultConfig {
9292

9393
minSdkVersion 21
94-
targetSdkVersion 30
94+
targetSdkVersion 31
9595
versionCode 1
9696
versionName "1.0"
9797
externalNativeBuild {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "2.4.1-wp-3",
3+
"version": "2.4.1-wp-4",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

0 commit comments

Comments
 (0)