Skip to content

Commit

Permalink
Fixing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlaerte committed Jul 11, 2017
1 parent b17fec8 commit d021193
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.commit451.bypassglideimagegetter.sample;
package com.victorlaerte.bypassglideimagegetter.sample;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commit451.bypassglideimagegetter.sample">
package="com.victorlaerte.bypassglideimagegetter.sample">

<uses-permission android:name="android.permission.INTERNET"/>

Expand All @@ -10,7 +10,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="com.commit451.bypassglideimagegetter.sample.MainActivity">
<activity android:name="com.victorlaerte.bypassglideimagegetter.sample.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.commit451.bypassglideimagegetter.sample;
package com.victorlaerte.bypassglideimagegetter.sample;

import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.commit451.bypassglideimagegetter;
package com.victorlaerte.bypassglideimagegetter;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.commit451.bypassglideimagegetter;
package com.victorlaerte.bypassglideimagegetter;

import org.junit.Test;

Expand Down

0 comments on commit d021193

Please sign in to comment.