android-wheel icon indicating copy to clipboard operation
android-wheel copied to clipboard

Migration - Gradle & Android Studio

Open rastadrian opened this issue 9 years ago • 6 comments

In an effort to keep this project updated for people that still uses this library, this PR migrates both projects to Android Studio & Gradle. NOTE: this project respects the original package, javadocs, license definitions and such.

For the library project:

  • The project now compiles into an .aar file. This .aar file can be imported as a module in an Android Studio project.
  • An android project by default adds some test classes that got added.

For the demo project

  • It also is now an Android Studio project but the functionality remains pretty much the same.
  • The original app icon was very low-res so I retained the default android ic_launcher icon.

To build any of the projects, just execute ./gradlew clean build in any of the project directories.

rastadrian avatar Jan 07 '16 04:01 rastadrian

+1 for this and doing a release to maven central: #2

SingingBush avatar Jan 07 '16 08:01 SingingBush

@SingingBush as soon as it get merged, I'll create a tag and a release, then we can upload this to jcenter()

rastadrian avatar Jan 07 '16 14:01 rastadrian

why isn't this merged yet ?

abiemann avatar Feb 25 '19 17:02 abiemann

Can you merge this please?

jonneymendoza avatar Oct 01 '20 15:10 jonneymendoza

Hey @jonneymendoza I've never had writing access to @maarek's repository. We need him to merge this.

rastadrian avatar Oct 01 '20 15:10 rastadrian

@maarek please merge this.

zorzv avatar Oct 06 '20 18:10 zorzv