mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
544f06451f
// FREEBIE
19 lines
415 B
Groovy
19 lines
415 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 20
|
|
buildToolsVersion "20.0.0"
|
|
|
|
defaultConfig {
|
|
applicationId "org.whispersystems.jobqueue"
|
|
minSdkVersion 9
|
|
targetSdkVersion 19
|
|
versionCode 1
|
|
versionName "1.0"
|
|
}
|
|
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
}
|
|
} |