-1

I have developed an android application in android studio.I want to use this as my library in other projects.Is there any way to use this project as a library?

Lips_coder
  • 686
  • 1
  • 5
  • 17

1 Answers1

1

Put this code in your app's build.gradle file

apply plugin: 'YOUR LIBRARY PACKAGE NAME'

Amritha
  • 778
  • 9
  • 12