This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
android-carb-up/app/build.gradle

27 lines
651 B
Groovy
Raw Normal View History

2025-01-04 12:39:00 -07:00
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.hyperling.carbupbeta"
minSdkVersion 8
targetSdkVersion 23
versionCode 6
versionName "0.11"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-ads:8.3.0'
}