Bumps SDK-Version to 33
This commit is contained in:
parent
f4be4c1bd0
commit
ea23fafd9f
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue