react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

Do we need to -> Customizing Android Build Properties

Open siddharth-kt opened this issue 4 years ago • 0 comments
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 ?

siddharth-kt avatar Apr 23 '21 08:04 siddharth-kt