Skip to content

Commit

Permalink
Changed module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizisdeepan committed Aug 9, 2019
1 parent 83b22b3 commit 6c16cec
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 51 deletions.
2 changes: 1 addition & 1 deletion sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories{

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':video-trimmer')
implementation project(':video-editor')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.27.0-eap13'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':video-trimmer', ':sample-app'
include ':video-editor', ':sample-app'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions video-trimmer/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions video-trimmer/proguard-rules.pro

This file was deleted.

0 comments on commit 6c16cec

Please sign in to comment.