Merge pull request #565 from SimonMarquis/fix/namespace

Replace deprecated package with namespace
pull/575/head
Alex Vanyo 2 years ago committed by GitHub
commit 3f7864e004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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