Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Package renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Jan 6, 2018
1 parent a8db5c2 commit e294a86
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package="com.mobiledevpro.commonsuilibrary">

<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/java/com/mobiledevpro/commonsuilibrary/App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.mobiledevpro.commonsuilibrary;

import com.mobiledevpro.commons.BaseApplication;

/**
* Class for ...
* <p>
* Created by Dmitriy V. Chernysh on 07.01.18.
* <p>
* https://fb.com/mobiledevpro/
* https://github.com/dmitriy-chernysh
* #MobileDevPro
*/

public class App extends BaseApplication {
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import android.view.View;

import com.cdvdev.commons.activity.BaseActivity;
import com.mobiledevpro.commons.activity.BaseActivity;

public class MainActivity extends BaseActivity {

Expand Down
2 changes: 1 addition & 1 deletion commons

0 comments on commit e294a86

Please sign in to comment.