-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce mp4composer lib as a module #18
Conversation
…pFrameActivity for saving video later
…fore advancing to record mode
…lAccessError due to unsupported access to Companion objects from Companion objects in Kotlin
…r wants to save without adding any views on top of original video
Looks good! |
photoeditor/build.gradle
Outdated
@@ -42,6 +42,7 @@ dependencies { | |||
testImplementation 'junit:junit:4.12' | |||
androidTestImplementation 'androidx.test:runner:1.2.0' | |||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' | |||
compile project(path: ':mp4compose') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compile
is deprecated, this should be implementation project...
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 3fdbe73 👍
…-kotlin Convert mp4composer to Kotlin
Merged in #21 per our discussion to shorten the stack. Will merge this once CI clears it. |
NOTE: Please Review and Merge #23, #22 and #21 first - do not merge until #21 gets merged here
Addresses #10
GlGifWatermarkFilter
in 156a596To test:
0. open the app then tap on the floating buton to go to the composing screen
ToDo: