Skip to content

Commit 1a960e0

Browse files
authored
chore: upgrade sdk to 1.5.3.214 (#205)
1 parent edc900f commit 1a960e0

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'io.agora.agora_rtm'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.6.10'
5+
ext.kotlin_version = '1.7.0'
66
repositories {
77
google()
88
mavenCentral()
@@ -46,11 +46,12 @@ android {
4646

4747
defaultConfig {
4848
minSdkVersion 16
49+
consumerProguardFiles 'consumer-rules.pro'
4950
}
5051
}
5152

5253
dependencies {
53-
api 'io.agora.rtm:rtm-sdk:1.5.3'
54+
api 'io.agora.rtm:rtm-special-sdk:1.5.3.214'
5455

5556
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5657
}

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.7.0'
33
repositories {
44
google()
55
mavenCentral()

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: agora_rtm
22
description: >-
33
Flutter wrapper around the Agora Real Time Message SDKs for Android and
44
iOS.
5-
version: 1.5.9
5+
version: 1.6.0
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO/Flutter-RTM
88
environment:

0 commit comments

Comments
 (0)