Skip to content

Commit

Permalink
Merge pull request #20 from skyway/v1.6.2
Browse files Browse the repository at this point in the history
v1.6.2
  • Loading branch information
riad-binary authored Jan 30, 2024
2 parents 8c33790 + 8a90477 commit 8bf0323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/skyway_android_sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

ext.SkyWayVer = "1.6.1"
ext.SkyWayVer = "1.6.2"
ext.output_aar_dir = "outputs-aar"

task clean(type: Delete) {
Expand Down
4 changes: 2 additions & 2 deletions project/skyway_android_sdk/room/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.1'

// skyway-core
// api 'com.ntt.skyway:core:1.6.1'
// api "com.ntt.skyway:core:${SkyWayVer}"
implementation project(":core")

// sfu-bot
// api 'com.ntt.skyway:sfubot:1.6.1'
// api "com.ntt.skyway:sfubot:${SkyWayVer}"
implementation project(":sfubot")
}

Expand Down
2 changes: 1 addition & 1 deletion project/skyway_android_sdk/sfubot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.1'

// skyway-core
// implementation 'com.ntt.skyway:core:1.6.1'
// implementation "com.ntt.skyway:core:${SkyWayVer}"
implementation project(":core")
}

Expand Down

0 comments on commit 8bf0323

Please sign in to comment.