Skip to content

Commit

Permalink
Fixed Gradle Dynamic Version linting warning (closes #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Dec 27, 2014
1 parent e44a8a8 commit 965b7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Bumped Core version to 0.2.0 (#42)
Added warning that Version.java is auto-generated (#45)
Updated to latest gradle tools and plugin, thanks @hamidp! (#39)
Added GET and POST logging in the Emitter, thanks @lixiaoyi! (#38)
Fixed Gradle Dynamic Version linting warning (#46)
Added Quickstart section to README (#43)
Updated CHANGELOG with missing tickets (#41)

Expand Down
2 changes: 1 addition & 1 deletion snowplow-android-tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
}
}

Expand Down

0 comments on commit 965b7d4

Please sign in to comment.