Skip to content

Commit

Permalink
Updated Gradle dependencies and bumped minSDK to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayChordiya committed Apr 1, 2018
1 parent 6cc2544 commit 849c7b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/release
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
kapt {
mapDiagnosticLocations = true
}
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
object Versions {

// Build Config
const val minSDK = 15
const val minSDK = 17
const val compileSDK = 26
const val targetSDK = 27
const val buildTools = "27.0.3"

// App version
const val versionCode = 2
const val versionName = "2.8.0"
const val versionCode = 3
const val versionName = "2.8.5"

// Plugins
const val androidGradlePlugin = "3.0.1"

// Dependencies
const val kotlin = "1.2.30"
const val kotlin = "1.2.31"
const val support = "27.1.0"
const val constraintLayout = "1.0.2"
const val lifecycle = "1.1.0"
Expand Down

0 comments on commit 849c7b6

Please sign in to comment.