Skip to content

Commit f41060c

Browse files
committed
build(android): remove package from manifests, is deprecated in AGP 8+
1 parent 139fe16 commit f41060c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

examples/rollbar-android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.rollbar.example.android">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<uses-permission android:name="android.permission.INTERNET" />
76
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

rollbar-android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.rollbar.android"
43
android:versionCode="1"
54
android:versionName="1.0" >
65

0 commit comments

Comments
 (0)