Skip to content

Commit

Permalink
Upgrade to latest version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaveshjio authored Nov 30, 2023
1 parent a0f8075 commit 05f029c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10"
api "com.google.dagger:hilt-android:$hiltVersion"
kapt "com.google.dagger:hilt-android-compiler:$hiltVersion"
implementation 'com.jiomeet.platform:jiomeetcoretemplatesdk:2.3.1-SNAPSHOT-5'
implementation 'com.jiomeet.platform:jiomeetcoretemplatesdk:3.0.0-virgin-groups'
}
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
android:theme="@style/Theme.AppCompat"
android:name=".LaunchMeetingCoreTemplateUIActivity"
android:exported="false"
android:screenOrientation="portrait"
/>
android:screenOrientation="portrait"/>
</application>

</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class JioCoreSdkPlugin : FlutterPlugin, MethodCallHandler {
Constants.Environments.VirginGroups -> Constant.Environment.VirginGroups
else -> Constant.Environment.PROD
}
BaseUrl.initializedNetworkInformation(selectedEnvironment = environment)
BaseUrl.initializedNetworkInformation(context, selectedEnvironment = environment)
}

Constants.MethodNames.SETCORESDKCONFIG -> {
Expand Down
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<application
android:icon="@mipmap/ic_launcher"
android:name=".MainApplication"
tools:replace="android:name"
android:label="coresdk_plugin_example">
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 05f029c

Please sign in to comment.