Skip to content

Commit

Permalink
Bumped up the versions and compiled the sample app using the remote sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed Nov 13, 2016
1 parent 4218ea4 commit f02a38a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.2.0(161107) (November 7, 2016)
## v2.2.0(161113) (November 13, 2016)
- Fixed a bug that prevented successful connection callbacks from being called on Android Nougat.
- Fixed a bug that sometimes the sdk doesn't detect in the pending connection was interrupted.
- Fixed some other minor bugs.
Expand Down
6 changes: 3 additions & 3 deletions sampleApplication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.integreight.onesheeld.sampleapplication"
minSdkVersion 9
targetSdkVersion 25
versionCode 161107
versionCode 161113
versionName "2.2.0"
}
buildTypes {
Expand All @@ -22,6 +22,6 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.0.0'
// compile 'com.integreight.onesheeld:sdk:2.2.0'
compile project(':sdk')
compile 'com.integreight.onesheeld:sdk:2.2.0'
// compile project(':sdk')
}
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 161107
versionCode 161113
versionName "2.2.0"
}
buildTypes {
Expand Down

0 comments on commit f02a38a

Please sign in to comment.