Merge branch 'github/main'

pull/591/head^2
Automerger 2 years ago
commit ceceed541b

@ -19,6 +19,10 @@ plugins {
id("dagger.hilt.android.plugin")
}
android {
namespace = "com.google.samples.apps.nowinandroid.uitesthiltmanifest"
}
dependencies {
implementation(libs.hilt.android)
kapt(libs.hilt.compiler)

@ -14,8 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.samples.apps.nowinandroid.uitesthiltmanifest">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name=".HiltComponentActivity" />

Loading…
Cancel
Save