Set minimum SDK to 28 (#6)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user