Skip to content

Commit 1d3ff66

Browse files
authored
Update AndroidManifest.xml
1 parent 56ad034 commit 1d3ff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
android:authorities="${applicationId}.androidx-startup"
5151
android:exported="false">
5252
<meta-data
53-
android:name="${applicationId}.SplitInitializer"
53+
android:name="com.example.snippets.ActivityEmbeddingJavaSnippets$SplitInitializer"
5454
android:value="androidx.startup" />
5555
</provider>
5656
</application>

0 commit comments

Comments
 (0)