Skip to content

Commit

Permalink
format code & rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Mar 27, 2018
1 parent 74a78ab commit 10215ab
Show file tree
Hide file tree
Showing 54 changed files with 1,842 additions and 1,572 deletions.
2 changes: 1 addition & 1 deletion simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion '26.0.3'

defaultConfig {
applicationId "com.jph.simple"
applicationId "org.devio.simple"
minSdkVersion 14
targetSdkVersion 26
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jph.simple;
package org.devio.simple;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
2 changes: 1 addition & 1 deletion simple/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.jph.simple" >
package="org.devio.simple" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
171 changes: 0 additions & 171 deletions simple/src/main/java/com/jph/simple/CustomHelper.java

This file was deleted.

48 changes: 0 additions & 48 deletions simple/src/main/java/com/jph/simple/MainActivity.java

This file was deleted.

43 changes: 0 additions & 43 deletions simple/src/main/java/com/jph/simple/SimpleFragmentActivity.java

This file was deleted.

Loading

0 comments on commit 10215ab

Please sign in to comment.