Newer
Older
GpsTracker / phoneClients / android / app / build.gradle
@Nick Fox Nick Fox on 31 Oct 2016 708 bytes updated gradle and AppCompatActivity
apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "23.0.2"
    defaultConfig {
        applicationId "com.websmithing.gpstracker"
        minSdkVersion 15
        targetSdkVersion 25
        versionCode 15
        versionName "4.0.5"
    }
    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:25.0.0'
    compile 'com.google.android.gms:play-services:9.8.0'
    compile 'com.loopj.android:android-async-http:1.4.9'
}