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

Commit 2a8952c

Browse files
authored
Merge pull request #21 from wordpress-mobile/update-android-12-wp-fork
Upgrade compile and target sdk version to Android API 31 (version 2.9.1)
2 parents 98d9719 + dfc2668 commit 2a8952c

6 files changed

Lines changed: 3 additions & 3 deletions
0 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ apply plugin: 'maven-publish'
366366
apply plugin: 'de.undercouch.download'
367367

368368
android {
369-
compileSdkVersion 30
369+
compileSdkVersion 31
370370
defaultConfig {
371371
minSdkVersion 21
372-
targetSdkVersion 30
372+
targetSdkVersion 31
373373
versionCode 1
374374
versionName "1.0"
375375
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.9.1-wp-1",
3+
"version": "2.9.1-wp-2",
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",
-6.78 MB
Binary file not shown.
1.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)