Update target Sdk to 33

This commit is contained in:
2024-03-01 16:11:11 +01:00
parent 6143e9edb8
commit be4cc7c68a
7 changed files with 11 additions and 57 deletions

View File

@@ -8,11 +8,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
compileSdk 33
defaultConfig {
applicationId "de.frajul.particlelab"
minSdkVersion 12
targetSdkVersion 23
minSdkVersion 14
targetSdk 33
versionCode 1
versionName "1.0"
}
@@ -30,5 +30,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:23.1.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
}

View File

@@ -21,7 +21,8 @@
<activity
android:name=".main.MainActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="landscape">
android:screenOrientation="landscape"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />