Skip to content

Commit

Permalink
new version for store
Browse files Browse the repository at this point in the history
- new package name
  • Loading branch information
p-rack committed Nov 19, 2015
1 parent 57c78b9 commit c417d0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.secuso.torchlight"
applicationId 'com.secuso.torchlight2'
minSdkVersion 14
targetSdkVersion 21
versionCode 2
Expand All @@ -21,6 +21,6 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
}

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="com.secuso.torchlight" >
package="com.secuso.torchlight2" >

<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="21"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.secuso.torchlight;
package com.secuso.torchlight2;

import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.secuso.torchlight;
package com.secuso.torchlight2;

import android.content.Context;
import android.content.Intent;
Expand Down

0 comments on commit c417d0d

Please sign in to comment.