Skip to content

Commit

Permalink
get build working by removing icon and theme from library project (ac…
Browse files Browse the repository at this point in the history
…tually beeminder-api) and adding icon to the tagtime project
  • Loading branch information
hoffmanc committed Jul 24, 2015
1 parent ffb706b commit d31daed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/and/library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

<application
android:allowBackup="true"
android:icon="@drawable/tagtime"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:label="@string/app_name" >
</application>

</manifest>
1 change: 1 addition & 0 deletions src/and/tagTime/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
android:name="bsoule.tagtime.TagTime"
android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/tagtime"
android:theme="@style/Theme.Sherlock" >
<activity
android:name=".TPController"
Expand Down

0 comments on commit d31daed

Please sign in to comment.