Skip to content

Commit

Permalink
Merged PR 4050: Android sample now consuming 0.7.3
Browse files Browse the repository at this point in the history
Android sample now consuming 0.7.3
  • Loading branch information
darkorm committed Oct 25, 2017
1 parent a3fdaa2 commit ca430ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies {
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:cardview-v7:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'
compile(group: 'com.microsoft.connecteddevices', name: 'connecteddevices-sdk-armeabi-v7a', version: '0.6.2', ext: 'aar', classifier: 'release')
compile(group: 'com.microsoft.connecteddevices', name: 'connecteddevices-sdk-armeabi-v7a', version: '0.7.3', ext: 'aar', classifier: 'release')
testCompile 'junit:junit:4.12'
}

0 comments on commit ca430ef

Please sign in to comment.