2014-08-03 17:14:54 -07:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
2014-11-18 17:01:34 -08:00
|
|
|
compileSdkVersion 21
|
|
|
|
buildToolsVersion '21.1.1'
|
2014-08-03 17:14:54 -07:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.whispersystems.jobqueue"
|
|
|
|
minSdkVersion 9
|
2014-11-18 17:01:34 -08:00
|
|
|
targetSdkVersion 21
|
2014-08-03 17:14:54 -07:00
|
|
|
versionCode 1
|
|
|
|
versionName "1.0"
|
|
|
|
}
|
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
|
}
|
|
|
|
}
|