A other way to create settings programmatically
OtherSettings is available at JitPack's Maven repo.
If you're using Gradle, you could add OtherSettings as a dependency with the following steps:
- Add
maven { url 'https://jitpack.io' }to therepositoriesin yourbuild.gradle. - Add
compile 'com.github.kil1s:OtherSettings:dev-SNAPSHOT'thedependenciesin yourbuild.gradle. Replacedev-SNAPSHOTwith the latest release.