Justin Kirk

Results 13 comments of Justin Kirk

[Library Manager](https://github.com/aspnet/LibraryManager) currently only uses CDNJS and file system.

I am not exactly sure how to achieve this. Perhaps there is a library that achieves this? http://tutorials.jenkov.com/java-internationalization/breakiterator.html BreakIterator sounds promising but I am not sure if that can help...

Waiting on sync for 1.2.0 of https://search.maven.org/artifact/com.github.thejuki/imagepicker

Waiting on sync for 8.2.0 of https://search.maven.org/search?q=g:com.github.thejuki%20AND%20a:k-form-master

``` implementation("com.github.thejuki:k-form-master:8.2.0") { exclude group: 'com.github.thejuki', module: 'imagepicker' } api "com.github.thejuki:imagepicker:1.2.0@aar" ``` This works but is not a good solution. Need to find out why imagepicker needs @aar.

There is a random ``` unspecified ``` in the 1.2.0 POM...Need to release a new version without this

Removing `implementation fileTree(dir: 'libs', include: ['*.jar'])` and releasing version 1.12.0

Waiting on sync for 8.2.1 of https://search.maven.org/search?q=g:com.github.thejuki%20AND%20a:k-form-master

Sync completed but not showing up on the Maven Central website yet.

This is showing on the Maven Central website and on the README badge now. I'll close this issue when I have migrated past releases.