1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-02 00:32:10 +02:00

removed support for API < 21

This commit is contained in:
Josia Pietsch 2024-07-06 03:12:57 +02:00
parent e0a2cdb288
commit e75c309b34
Signed by: jrpie
GPG key ID: E70B571D66986A2D
9 changed files with 17 additions and 51 deletions

View file

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "de.jrpie.android.launcher"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 35
versionCode 13
versionName "j-alpha-0.1"
@ -37,5 +37,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.palette:palette-ktx:1.0.0'
}