We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da62d54 commit 38de4a6Copy full SHA for 38de4a6
app/build.gradle
@@ -3,14 +3,14 @@ plugins {
3
}
4
5
android {
6
- compileSdkVersion 30
+ compileSdkVersion 33
7
8
defaultConfig {
9
applicationId 'com.italankin.fifteen'
10
versionCode 41
11
versionName "1.14.5"
12
minSdkVersion 19
13
- targetSdkVersion 30
+ targetSdkVersion 33
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
app/src/main/AndroidManifest.xml
@@ -10,6 +10,7 @@
<activity
android:name="com.italankin.fifteen.MainActivity"
android:configChanges="colorMode"
+ android:exported="true"
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
0 commit comments