Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit c3ae5e9

Browse files
committed
api33
1 parent 29a9e87 commit c3ae5e9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

WorkManagerMultiprocessSample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ plugins {
2020
}
2121

2222
android {
23-
compileSdkVersion 30
23+
compileSdkVersion 33
2424

2525
defaultConfig {
2626
applicationId "com.example.background.multiprocess"
2727
minSdkVersion 23
28-
targetSdkVersion 30
28+
targetSdkVersion 33
2929
versionCode 1
3030
versionName "1.0"
3131

WorkManagerMultiprocessSample/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
android:roundIcon="@mipmap/ic_launcher_round"
2727
android:supportsRtl="true"
2828
android:theme="@style/Theme.WorkManagerMultiprocessSample">
29-
<activity android:name=".MainActivity">
29+
<activity android:name=".MainActivity"
30+
android:exported="true">
3031
<intent-filter>
3132
<action android:name="android.intent.action.MAIN" />
3233

0 commit comments

Comments
 (0)