Changed package name
This commit is contained in:
parent
f5fbf9b5fa
commit
2501b899fd
9 changed files with 95 additions and 94 deletions
|
|
@ -3,9 +3,8 @@ apply plugin: 'com.android.application'
|
|||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.ddns.kauron.dungeonmanager"
|
||||
applicationId 'com.kauron.dungeonmanager'
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 21
|
||||
versionCode 1
|
||||
|
|
@ -17,9 +16,11 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
compile 'com.android.support:appcompat-v7:21.0.3'
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue