Skip to content

Commit

Permalink
Min SDK version bump to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Aug 5, 2024
1 parent 7232cfb commit af1541c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Transcoder

Transcodes and compresses video files into the MP4 format, with audio support, using hardware-accelerated
Android codecs available on the device. Works on API 18+.
Android codecs available on the device. Works on API 21+.

- Fast transcoding to AAC/AVC
- Hardware accelerated
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
namespace = "com.otaliastudios.transcoder.demo"
compileSdk = 34
defaultConfig {
minSdk = 18
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docs:
# Intro

The Transcoder library transcodes and compresses video files into the MP4 format, with audio support, using hardware-accelerated
Android codecs available on the device. Works on API 18+ and supports the following set of features:
Android codecs available on the device. Works on API 19+ and supports the following set of features:

- Fast transcoding to AAC/AVC
- Hardware accelerated
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
namespace = "com.otaliastudios.transcoder"
compileSdk = 34
defaultConfig {
minSdk = 18
minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
Expand Down

0 comments on commit af1541c

Please sign in to comment.