Skip to content

Commit

Permalink
Main Activity Attendance
Browse files Browse the repository at this point in the history
#2
- all copy src
  • Loading branch information
eurosecom committed Sep 28, 2017
1 parent 74e15c4 commit d4f0486
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.eusecom.attendance"
minSdkVersion 18
targetSdkVersion 23
versionCode 2
versionName "2.0"
versionCode 201
versionName "2.01"
//try Selectively compiling com.google.android.gms:play-services APIs, do not need multi dex
//https://developers.google.com/android/guides/setup
multiDexEnabled true
Expand All @@ -52,6 +52,13 @@ android {
resValue "string", "google_maps_api_key", "AIzaSyB8fogk4Bnb4Gt5Yslv3rKRFHjNfLewldk"
}
}

lintOptions {
//checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
//abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit d4f0486

Please sign in to comment.