apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25 rc1"
defaultConfig {
applicationId "com.example.android.shortcutsample"
minSdkVersion 25
targetSdkVersion 25
jackOptions {
enabled true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}