This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
cm-themechooser-font-fira/theme/build.gradle

27 lines
599 B
Groovy

apply plugin: 'com.android.application'
android {
signingConfigs {
}
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.mmk2410.cyngn.theme.fira"
minSdkVersion 19
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
zipAlignEnabled true
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
}