Skip to content

Commit

Permalink
Merge pull request #82 from webex/Release/3.11.3
Browse files Browse the repository at this point in the history
Release/3.11.3
  • Loading branch information
raghsund authored Jun 7, 2024
2 parents e778a25 + 70c3179 commit 0203b8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
*;
}

-keep class com.ciscowebex.androidsdk.message.LocalFile{*;}
-keep public class com.ciscowebex.androidsdk.internal.IOmniusServiceBridge {*;}
-keep class com.ciscowebex.androidsdk.message.LocalFileWrapper { *; }
-keep class com.ciscowebex.androidsdk.message.MessageClient$ProgressHandler { *; }

-keep class com.ciscowebex.androidsdk.utils.internal.NetworkHelper
-keep class com.ciscowebex.androidsdk.utils.internal.NetworkHelper.**
-keepclassmembers class com.ciscowebex.androidsdk.utils.internal.NetworkHelper {
Expand Down Expand Up @@ -117,7 +122,4 @@

-keep enum com.ciscowebex.androidsdk.utils.internal.NetTypes{
*;
}
-keep class com.cisco.newb.** {
*;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ object Versions {
const val koin= "2.2.3"

const val ndkVersion = "24.0.8215888"
const val buildTools = "30.0.3"
const val buildTools = "33.0.2"

const val compileSdk = 33
const val targetSdk = 29
const val targetSdk = 33
const val minSdk = 24

const val cmake = "3.24.0+"
Expand Down

0 comments on commit 0203b8b

Please sign in to comment.