react-native-background-upload
react-native-background-upload copied to clipboard
Do we need to -> Customizing Android Build Properties
trafficstars
As according to Docs we need to set
ext { targetSdkVersion = 23 compileSdkVersion = 23 buildToolsVersion = '23.0.2' }
in android/build.gradle
But according to latest react-native version it is by default,
ext { buildToolsVersion = "29.0.2" compileSdkVersion = 29 targetSdkVersion = 29 }
is it necessary to do these changes or is it optional ?