Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Sep 25, 2016
1 parent eb3ce39 commit 625cee3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
Empty file added 1.0.4]
Empty file.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.1
- Update dependencies

# 1.4.0
- Update dependencies
- Recude apk size removing uneeded files
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apply plugin: 'io.fabric'
apply plugin: 'com.github.ben-manes.versions'

def appId = "com.makingiants.android.banjotuner"
def appVersionName = "1.4.0"
def appVersionCode = 15
def appVersionName = "1.4.1"
def appVersionCode = 16

android {
compileSdkVersion setup.targetSdk
Expand Down Expand Up @@ -84,5 +84,5 @@ dependencies {

compile "org.jetbrains.kotlin:kotlin-stdlib:$deps.kotlin"

compile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true; }
compile('com.crashlytics.sdk.android:crashlytics:2.6.4@aar') { transitive = true; }
}
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.deps = [kotlin : "1.0.3",
supportLib : "24.2.0",
playServices: "9.4.0"]
ext.deps = [kotlin : "1.0.4",
supportLib : "24.2.1",
playServices: "9.6.0"]

ext.setup = [targetSdk : 24,
minSdk : 14,
Expand All @@ -11,7 +11,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed Jun 01 10:53:06 BRT 2016
sdk.dir=/Users/danielgomez22/Library/Android/sdk
#Sat Sep 24 14:16:04 COT 2016
sdk.dir=/Users/danielgomez/Library/Android/sdk

0 comments on commit 625cee3

Please sign in to comment.