1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-28 03:38:13 -07:00

Updated card library version. Fixed errors after update

This commit is contained in:
Alex Dibrivnyi 2017-04-13 20:27:14 +03:00
parent 269d04a42f
commit b8ea937107
3 changed files with 27 additions and 27 deletions

View file

@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.eggheadgames.aboutbox">
package="com.eggheadgames.aboutbox">
<application>
<activity
android:name="com.eggheadgames.aboutbox.activity.AboutActivity"
android:theme="@style/AppTheme.MaterialAboutActivity" />
android:theme="@style/AppTheme.MaterialAboutActivity"/>
</application>