Set minimum SDK to 28 (#6)

This commit is contained in:
Flole998
2023-05-25 12:29:01 +02:00
committed by GitHub
parent 5abce8ea55
commit bc8d4a878b

View File

@@ -15,7 +15,7 @@ android {
defaultConfig {
applicationId "me.rhunk.snapenhance"
minSdk 29
minSdk 28
targetSdk 33
versionCode appVersionCode
versionName appVersionName
@@ -143,4 +143,4 @@ dependencies {
compileOnly files('libs/LSPosed-api-1.0-SNAPSHOT.jar')
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.arthenica:ffmpeg-kit-full-gpl:5.1.LTS'
}
}