react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows
MIT License
2.53k stars 413 forks source link

[FIX] fixed issues with android debug build #901

Open lavi02 opened 6 months ago

lavi02 commented 6 months ago

Summary

issues #810

Support for namespace was added in AGP 7.3.x. Also, react-native project automatically and correctly assigns the tasks dependencies via project builds with Gradle 8+. Don't need to manually included something.

Tested; OS: ubuntu 20.04.6 LTS device: Android 13; Samsung Galaxy S22 Ultra React Native Version 0.74.1 eas-cli/7.6.1 linux-x64 node-v20.9.0 JavaVersion 17 & KotlinVersion 1.8.22 / 1.9.23 gradle 8.6

Compatibility

OS Implemented
iOS
Android

Checklist