Skip to content

Commit

Permalink
-added activity for trim
Browse files Browse the repository at this point in the history
  • Loading branch information
SERDUN committed Jun 15, 2020
1 parent 98355c2 commit 350185b
Show file tree
Hide file tree
Showing 60 changed files with 1,337 additions and 2,094 deletions.
Binary file added .gradle/5.2.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/5.2.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/5.2.1/gc.properties
Empty file.
Binary file added .gradle/6.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/6.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/6.1.1/gc.properties
Empty file.
Binary file added .gradle/checksums/checksums.lock
Binary file not shown.
Empty file added .gradle/vcs-1/gc.properties
Empty file.
4 changes: 4 additions & 0 deletions .idea/gradle.xml

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

68 changes: 44 additions & 24 deletions .idea/workspace.xml

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

10 changes: 8 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ rootProject.allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }

}
}

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 28
compileSdkVersion 29

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
minSdkVersion 16
minSdkVersion
}
lintOptions {
disable 'InvalidPackage'
Expand All @@ -45,4 +49,6 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.github.AndroidDeveloperLB:VideoTrimmer:6'

}
1 change: 0 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':video_trimmer_library'
rootProject.name = 'videotrimming'
Loading

0 comments on commit 350185b

Please sign in to comment.