File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'io.agora.agora_rtm'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
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
5253dependencies {
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}
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.6.10 '
2+ ext. kotlin_version = ' 1.7.0 '
33 repositories {
44 google()
55 mavenCentral()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: agora_rtm
22description : >-
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
66homepage : https://www.agora.io
77repository : https://github.com/AgoraIO/Flutter-RTM
88environment :
You can’t perform that action at this time.
0 commit comments