Skip to content

Commit ceceed5

Browse files
author
Automerger
committed
Merge branch 'github/main'
2 parents 6a12392 + 3f7864e commit ceceed5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ui-test-hilt-manifest/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ plugins {
1919
id("dagger.hilt.android.plugin")
2020
}
2121

22+
android {
23+
namespace = "com.google.samples.apps.nowinandroid.uitesthiltmanifest"
24+
}
25+
2226
dependencies {
2327
implementation(libs.hilt.android)
2428
kapt(libs.hilt.compiler)

ui-test-hilt-manifest/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18-
package="com.google.samples.apps.nowinandroid.uitesthiltmanifest">
17+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1918

2019
<application>
2120
<activity android:name=".HiltComponentActivity" />

0 commit comments

Comments
 (0)