Bumps SDK-Version to 33

This commit is contained in:
Patrick Schneider 2023-04-16 10:13:23 +02:00
commit ea23fafd9f
2 changed files with 6 additions and 4 deletions

View file

@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion 33
defaultConfig {
applicationId "org.secuso.aktivpause"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 33
versionCode 9
versionName "1.1.2"
vectorDrawables.useSupportLibrary = true

View file

@ -27,7 +27,8 @@
<activity
android:name="org.secuso.aktivpause.activities.SplashActivity"
android:screenOrientation="portrait"
android:theme="@style/SplashTheme">
android:theme="@style/SplashTheme"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -114,7 +115,8 @@
android:enabled="true"
android:exported="false" />
<receiver android:name="org.secuso.aktivpause.receivers.OnBootCompletedReceiver">
<receiver android:name="org.secuso.aktivpause.receivers.OnBootCompletedReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>