Skip to content

Instantly share code, notes, and snippets.

@kakashidota
Created November 21, 2017 16:25
Show Gist options
  • Save kakashidota/198e5253e168243e985be64fc93f1c9b to your computer and use it in GitHub Desktop.
Save kakashidota/198e5253e168243e985be64fc93f1c9b to your computer and use it in GitHub Desktop.
defaultConfig {
applicationId "se.iths.apostolidis.quickmaths"
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.google.firebase:firebase-auth:11.0.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.apptakk.http_request:http-request:0.2.1'
compile 'com.google.android.gms:play-services-auth:11.0.4'
}
apply plugin: 'com.google.gms.google-services'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment