Skip to content

Commit

Permalink
changed the application ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel030219 committed Oct 22, 2016
1 parent 063a910 commit dc9db73
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 944 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "net.rachel030219.hash"
applicationId "net.rachel030219.hashchecker"
minSdkVersion 9
targetSdkVersion 23
versionCode 11
versionName "1.1 STABLE"
versionCode 12
versionName "1.2 STABLE"
}
buildTypes {
release {
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.rachel030219.hash">
package="net.rachel030219.hashchecker">

<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand All @@ -26,7 +26,7 @@ limitations under the License.
android:theme="@style/AppTheme" >

<activity
android:name="net.rachel030219.hash.MainActivity"
android:name="net.rachel030219.hashchecker.MainActivity"
android:theme="@style/AppTheme.Transparent">

<intent-filter>
Expand All @@ -50,11 +50,11 @@ limitations under the License.
</activity>

<activity
android:name="net.rachel030219.hash.SettingsActivity"
android:name="net.rachel030219.hashchecker.SettingsActivity"
android:label="@string/setting"/>

<activity
android:name="net.rachel030219.hash.AboutActivity"
android:name="net.rachel030219.hashchecker.AboutActivity"
android:label="@string/about"/>

</application>
Expand Down
123 changes: 0 additions & 123 deletions app/src/main/java/net/rachel030219/hash/AboutActivity.java

This file was deleted.

55 changes: 0 additions & 55 deletions app/src/main/java/net/rachel030219/hash/ClipboardManager.java

This file was deleted.

158 changes: 0 additions & 158 deletions app/src/main/java/net/rachel030219/hash/FileUtils.java

This file was deleted.

Loading

0 comments on commit dc9db73

Please sign in to comment.