Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade compile and target sdk version to Android API 31 (version 2.4.1) #19

Merged
merged 2 commits into from
Oct 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android-npm/expo/linking.gradle
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ if (isExpoLinked) {
}
}

compileSdkVersion safeExtGet('compileSdkVersion', 30)
compileSdkVersion safeExtGet('compileSdkVersion', 31)

sourceSets {
main.manifest.srcFile 'src/AndroidManifest.xml'
Binary file modified android-npm/react-native-reanimated-66-hermes.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -87,11 +87,11 @@ android {
buildFeatures {
prefab true
}
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {

minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"
externalNativeBuild {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "2.4.1-wp-3",
"version": "2.4.1-wp-4",
"description": "More powerful alternative to Animated library for React Native.",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Binary file not shown.