mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-26 15:40:27 +00:00
Add build.gradle, as requested by #82
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.unix_experience.owncloud_sms"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':owncloudAndroidLibrary')
|
||||
compile project(':nrzandroidlib')
|
||||
compile files('libs/android-support-v13.jar')
|
||||
}
|
||||
Reference in New Issue
Block a user