i modified the manifest to relect the changes in the last commit

This commit is contained in:
2011-02-07 04:18:19 +00:00
parent f1cf61959d
commit 8d5008f624
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name="com.TwentyCodes.android.SweetDreamsLib.Settings"></activity> <activity android:name="Settings"></activity>
<meta-data android:value="a14bad63772f7d3" android:name="ADMOB_PUBLISHER_ID" /> <meta-data android:value="a14bad63772f7d3" android:name="ADMOB_PUBLISHER_ID" />

View File

@@ -20,7 +20,7 @@
android:key="timer_enabled" android:key="timer_enabled"
/> />
<com.TwentyCodes.android.SweetSoundsLite.TimePickerPreference <com.TwentyCodes.android.SweetDreamsLib.TimePickerPreference
android:title="Timer" android:title="Timer"
android:dependency="timer_enabled" android:dependency="timer_enabled"
android:key="timer_length" android:key="timer_length"