Skip to content

Commit

Permalink
delete test package
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuesFeng committed Jan 1, 2016
1 parent 06f7776 commit 5af21cf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 30 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "cc.fotoplace.fotoplacegallery"
applicationId "io.valuesfeng.demo"
minSdkVersion 11
targetSdkVersion 23
versionCode 1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion 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="cc.fotoplace.fotoplacegallery" >
package="io.valuesfeng.demo" >

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cc.fotoplace.fotoplacegallery;
package io.valuesfeng.demo;

import android.content.Intent;
import android.net.Uri;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cc.fotoplace.fotoplacegallery;
package io.valuesfeng.demo;

import android.app.Application;
import android.graphics.Bitmap;
Expand Down

This file was deleted.

0 comments on commit 5af21cf

Please sign in to comment.