i modified the manifest to relect the changes in the last commit
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto" android:versionCode="5" android:versionName="0.0.5" package="com.TwentyCodes.android.SweetSoundsLite">
|
||||
android:installLocation="auto" android:versionCode="5" android:versionName="0.0.5" package="com.TwentyCodes.android.SweetDreamsLib">
|
||||
<application android:label="@string/app_name" android:icon="@drawable/playdisabled">
|
||||
|
||||
<activity android:name=".SweetSounds"
|
||||
<activity android:name="SweetDreamsFull"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user