Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 16 additions & 15 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation libs.androidx.core.ktx
implementation libs.bundles.filament

api project(path: ':motionlib')
api project(path: ':modules:motionlib')

testImplementation libs.junit
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ afterEvaluate {
dependencies {

implementation libs.androidx.core.ktx
api project(path: ':motionlib')
api project(path: ':modules:motionlib')

testImplementation libs.junit
}
File renamed without changes.
14 changes: 7 additions & 7 deletions app/build.gradle → modules/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ dependencies {
implementation libs.androidx.lifecycle.runtime.ktx
implementation libs.androidx.work.runtime.ktx

implementation project(path: ':3d-filament-renderer')
implementation project(path: ':3d-opengl-renderer')
implementation project(path: ':motionlib')
implementation project(path: ':jcodec-motion-ext')
implementation project(path: ':ffmpeg-motion-ext')
implementation project(path: ':tensorflow-motion-ext')
// implementation project(path: ':pytorch-motion-ext')
implementation project(path: ':modules:3d-filament-renderer')
implementation project(path: ':modules:3d-opengl-renderer')
implementation project(path: ':modules:motionlib')
implementation project(path: ':modules:jcodec-motion-ext')
implementation project(path: ':modules:ffmpeg-motion-ext')
implementation project(path: ':modules:tensorflow-motion-ext')
// implementation project(path: ':modules:pytorch-motion-ext')

testImplementation libs.junit
androidTestImplementation libs.androidx.test.ext.junit
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {

implementation libs.bundles.smart.exception

implementation project(path: ':core')
implementation project(path: ':ffmpeg-kit')
implementation project(path: ':modules:core')
implementation project(path: ':modules:ffmpeg-kit')

testImplementation libs.junit
}
File renamed without changes.
2 changes: 1 addition & 1 deletion ivi-demo/build.gradle → modules/ivi-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation libs.androidx.activity
implementation libs.androidx.constraintlayout

implementation project(path: ':motionlib')
implementation project(path: ':modules:motionlib')

testImplementation libs.junit
androidTestImplementation libs.androidx.test.ext.junit
Expand Down
Loading
Loading