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:
parent
e0a2cdb288
commit
e75c309b34
9 changed files with 17 additions and 51 deletions
app
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue