Skip to content

Commit 017d507

Browse files
committed
Reduce target SDK to 33
This is done to allow configuring widgets on SDK 34. It seems that this is not yet fully supported, since SDK 34 is in beta. System blocks starting widget configuration when target SDK 34, probably due to https://developer.android.com/about/versions/14/behavior-changes-14#background-activity-restrictions
1 parent 5218eb1 commit 017d507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/kotlin/com/simplemobiletools/launcher/views/HomeScreenGrid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import android.util.AttributeSet
2121
import android.util.Size
2222
import android.util.SizeF
2323
import android.view.View
24-
import android.view.animation.OvershootInterpolator
2524
import android.view.animation.DecelerateInterpolator
25+
import android.view.animation.OvershootInterpolator
2626
import android.widget.RelativeLayout
2727
import androidx.core.graphics.drawable.toBitmap
2828
import androidx.core.graphics.drawable.toDrawable

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ simple-commons = "c5a32fb1f3"
1111
gradlePlugins-agp = "8.1.0"
1212
#build
1313
app-build-compileSDKVersion = "34"
14-
app-build-targetSDK = "34"
14+
app-build-targetSDK = "33"
1515
app-build-minimumSDK = "26"
1616
app-build-javaVersion = "VERSION_17"
1717
app-build-kotlinJVMTarget = "17"

0 commit comments

Comments
 (0)