Files
Ontime/OnTime_Driver_live/lib/FragmentAnimations/app/build.gradle
T
2026-03-11 15:29:37 +07:00

33 lines
887 B
Groovy
Executable File

apply plugin: 'com.android.application'
apply plugin: 'deploygate'
android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
defaultConfig {
applicationId "com.labo.kaji.fragmentanimations"
minSdkVersion 7
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':fragmentanimations')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-v4:24.1.1'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.deploygate:sdk:3.1'
}