Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
botbahlul authored Mar 25, 2023
1 parent 6b430b7 commit d9fa7a9
Show file tree
Hide file tree
Showing 5 changed files with 1,836 additions and 698 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.5.6"
versionName "1.6.0"

ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
Expand All @@ -42,7 +42,6 @@ android {
install "pysrt"
install "six"
install "httpx[http2]"
//install "ffmpeg_progress_yield"
}
}
}
Expand All @@ -63,6 +62,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'com.arthenica:mobile-ffmpeg-full:4.3.1.LTS'
implementation 'org.apache.commons:commons-lang3:3.0'
}
Loading

0 comments on commit d9fa7a9

Please sign in to comment.