diff --git a/bubblepicker/build.gradle b/bubblepicker/build.gradle index e0a59bd..ba120ab 100644 --- a/bubblepicker/build.gradle +++ b/bubblepicker/build.gradle @@ -28,7 +28,7 @@ dependencies { compile "com.android.support:appcompat-v7:$supportLibVersion" compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - compile files('libs/jbox2d-library-2.1.2.2.jar') + compile group: 'org.jbox2d', name: 'jbox2d-library', version: '2.1.2.3' compile files('libs/slf4j-api-1.7.22.jar') } repositories { diff --git a/bubblepicker/libs/jbox2d-library-2.1.2.2.jar b/bubblepicker/libs/jbox2d-library-2.1.2.2.jar deleted file mode 100644 index 8d787ce..0000000 Binary files a/bubblepicker/libs/jbox2d-library-2.1.2.2.jar and /dev/null differ