Skip to content

Commit

Permalink
version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a.mochalov committed Aug 20, 2021
1 parent 1932d5b commit 6acc2d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ open class VKWebViewAuthActivity: Activity() {
} else if (uri.getQueryParameter("cancel") != null) {
notifyLockerAndFinish()
}
return false
} else {
if (!url.startsWith(redirectUrl)) {
return false
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ SOFTWARE.
*/

ext.sdkVersions = [
code : '25',
name : '3.2.0',
code : '27',
name : '3.2.2',

minSdk : 21,
targetSdk : 29,
Expand Down
2 changes: 1 addition & 1 deletion id/src/main/java/com/vk/sdk/id/UserId.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ fun Long.toUserId(): UserId = UserId(this)
@Deprecated(message = "don't use it in new code",
replaceWith = ReplaceWith("toUserId()", "com.vk.dto.common.id")
)
fun Int.toLegacyUserId(): UserId = UserId(this.toLong())
fun Int.toLegacyUserId(): UserId = UserId(this.toLong())
Empty file removed vk.gradle
Empty file.

0 comments on commit 6acc2d3

Please sign in to comment.