gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
105 stars 72 forks source link

fix(android): Remove line breaking android build #133

Closed jeffreynerona closed 1 year ago

alzalabany commented 1 year ago

are we going to release this to npm soon ? @gusparis i'm using patch for now, but hope we can get 1.8.3 soon <3

fyi: really thanks for your hard work maintaining this very useful lib

diff --git a/node_modules/react-native-month-year-picker/android/build.gradle b/node_modules/react-native-month-year-picker/android/build.gradle
index 2455914..f60dc39 100644
--- a/node_modules/react-native-month-year-picker/android/build.gradle
+++ b/node_modules/react-native-month-year-picker/android/build.gradle
@@ -112,7 +112,7 @@ afterEvaluate { project ->
         source = android.sourceSets.main.java.srcDirs
         classpath += files(android.bootClasspath)
         project.getConfigurations().getByName('implementation').setCanBeResolved(true)
-        classpath += files(project.getConfigurations().getByName('implementation').asList())
+

         include '**/*.java'
     }
gusparis commented 1 year ago

:tada: This PR is included in version 1.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: