Skip to content

Commit

Permalink
Updates version & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed May 15, 2017
1 parent ba9633a commit 12177a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.felkertech.ussenterprise"
minSdkVersion 21
targetSdkVersion 25
versionCode 3
versionName "1.1.0"
versionCode 4
versionName "1.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -24,9 +24,9 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:leanback-v17:25.3.0'
compile 'com.android.support:design:25.3.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:leanback-v17:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.github.fleker:settingsmanager:1.3.5'

testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 12177a6

Please sign in to comment.