Skip to content

Commit

Permalink
Namespace adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Jan 8, 2025
1 parent dd69d37 commit c1ae62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BmwDeepObd/ResultGridAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Android.Util;
using Android.Views;
using Android.Widget;
using Pl.Pawelkleczkowski.CGauge;
using Pawelkleczkowski.CGauge;

namespace BmwDeepObd
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground:
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" />
-->
<attr path="/api/package[@name='pl.pawelkleczkowski.customgauge']" name="managedName">Pl.Pawelkleczkowski.CGauge</attr>
<attr path="/api/package[@name='pl.pawelkleczkowski.customgauge']" name="managedName">Pawelkleczkowski.CGauge</attr>
</metadata>

0 comments on commit c1ae62c

Please sign in to comment.