diff options
Diffstat (limited to 'dokka-integration-tests/gradle/projects/it-android-0/src/main/AndroidManifest.xml')
-rw-r--r-- | dokka-integration-tests/gradle/projects/it-android-0/src/main/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dokka-integration-tests/gradle/projects/it-android-0/src/main/AndroidManifest.xml b/dokka-integration-tests/gradle/projects/it-android-0/src/main/AndroidManifest.xml new file mode 100644 index 00000000..43894029 --- /dev/null +++ b/dokka-integration-tests/gradle/projects/it-android-0/src/main/AndroidManifest.xml @@ -0,0 +1,5 @@ +<!-- + ~ Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + --> + +<manifest package="org.jetbrains.dokka.it.android"/> |