christopherdro / react-native-print

Print documents using React Native
MIT License
325 stars 135 forks source link

build error for android #189

Closed chukiatt closed 1 year ago

chukiatt commented 1 year ago

i have this error on android

Task :react-native-print:processDebugAndroidTestManifest FAILED uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.70.5] /Users/chukiat/.gradle/caches/transforms-3/360556cae99fdde49d9be32df07acb8e/transformed/jetified-react-native-0.70.5-debug/AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="com.facebook.react" to force usage (may lead to runtime failures)

christopherdro commented 1 year ago

I just published v0.11.0 which includes these changes (https://github.com/christopherdro/react-native-print/pull/191) and should resolve this issue. Please re-open this issue if the problems persist.

chukiatt commented 1 year ago

Owner christopherdro

thank you very much, you safe my life