Initial commit
This commit is contained in:
commit
b305095ab3
79 changed files with 4092 additions and 0 deletions
27
app/build.gradle
Executable file
27
app/build.gradle
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.1.0'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.ericsson.uecontrol"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 19
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
runProguard false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
// You must install or update the Support Repository through the SDK manager to use this dependency.
|
||||
compile 'com.android.support:support-v4:19.1.+'
|
||||
compile files('libs/GraphView-3.1.2.jar')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue