Skip to content

Commit 69bab21

Browse files
committed
remove attributes from AndroidManifest, they may conflict with the ones in the app AndroidManifest
1 parent cb7b7ee commit 69bab21

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

expandabletextview/src/main/AndroidManifest.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<manifest package="at.blogc.expandabletextview"
17-
xmlns:android="http://schemas.android.com/apk/res/android">
16+
<manifest
17+
package="at.blogc.expandabletextview"
18+
xmlns:android="http://schemas.android.com/apk/res/android">
1819

19-
<application
20-
android:allowBackup="true"
21-
android:label="@string/app_name"
22-
android:supportsRtl="true">
23-
24-
</application>
20+
<application/>
2521

2622
</manifest>

0 commit comments

Comments
 (0)