Skip to content

Commit

Permalink
Move jni binding project to own repository
Browse files Browse the repository at this point in the history
Description
===========

This patch moves the dependencies to the inner gradle project `jni` out
to a separate repository [unity-version-manager-jni]. The dependency is
updated in the build.gradle.

Changes
=======

![IMPROVE] project setup by moving jni bindings project into custom repo

[unity-version-manager-jni]: https://github.com/wooga/unity-version-manager-jni
  • Loading branch information
Larusso committed Oct 31, 2018
1 parent b3030a9 commit 00bab95
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
compile project(':jni')
compile "net.wooga:unity-version-manager-jni:0.1.0"
compile "gradle.plugin.net.wooga.gradle:atlas-unity:1.+"
testCompile 'net.wooga.test:unity-project-generator-rule:0.2.0'
}
61 changes: 0 additions & 61 deletions jni/build.gradle

This file was deleted.

0 comments on commit 00bab95

Please sign in to comment.