facebookincubator / fbjni

A library designed to simplify the usage of the Java Native Interface
Apache License 2.0
266 stars 47 forks source link

remove jcenter and buildToolsVersion #68

Closed dulmandakh closed 2 years ago

dulmandakh commented 3 years ago

Motivation

remove jcenter and buildToolsVersion, which is no longer required by AGP. Also renamed compileOnly -> implementation in because its deprecated, then removed in AGP 7.

Bumped Gradle to 6.9.1 which supports Apple Silicon processors.

Summary

Changes are described above in Motivation.

Test Plan

How did you test this change? Any change that adds functionality should add a unit test as well.

dulmandakh commented 3 years ago

@passy please review and merge

passy commented 3 years ago

Thanks for doing this! Looks good to me. I'll import this later.

passy commented 2 years ago

Thanks! I've picked up most of the changes in some cleanups I've landed. This has mostly been shipped as 0.3. Thanks for the contribution!