skip to Main Content

Migrating Api level 33 to 34 react native android app

I am trying to migrate my app from api level 33 to 34, I am using gradle version 8.0.0, and jdk 17 it is returning an error when I am trying to build. package.json "dependencies":{ "@notifee/react-native":"^7.6.1", "@react-native-async-storage/async-storage":"^1.17.7", "@react-native-community/checkbox":"0.5.12", "@react-native-community/netinfo":"^9.3.7", "@react-native-firebase/app":"16.2.0",…

VIEW QUESTION

Android Studio – Behavior in Android when library and app are built with different targetSdkVersion

I am the author of a library for use in Android applications. Currently checking how my library behaves with Android 14 (API 34). Now, API 34 removes several existing methods. For example, the method android.webkit.WebSettings#setAppCacheEnabled has been removed. https://developer.android.com/about/versions/14/behavior-changes-14#non-sdk-restrictions It…

VIEW QUESTION
Back To Top
Search