diff --git a/.gitignore b/.gitignore index ac790ce..cb773a9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /local.properties /.idea/caches /.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml .DS_Store @@ -13,3 +11,4 @@ .externalNativeBuild .cxx /docs/build +.idea diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 45b5654..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - -
- - - - xmlns:android - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.android.com/apk/res/android - - - -
-
- - - - .*:name - - http://schemas.android.com/apk/res/android - - - -
-
- - - - name - - ^$ - - - -
-
- - - - style - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.android.com/apk/res/android - - - ANDROID_ATTRIBUTE_ORDER - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
- - -
-
\ No newline at end of file diff --git a/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt b/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt index c224403..bd16894 100644 --- a/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt +++ b/cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt @@ -10,7 +10,7 @@ import android.webkit.JavascriptInterface import android.webkit.WebView -const val baseUrl: String = "https://s3-us-west-2.amazonaws.com/sdk-common.cere.io/native.html" +const val baseUrl: String = "https://sdk.dev.cere.io/common/native.html" /** * Interface used after `CereModule` init method. diff --git a/readme.md b/readme.md index f26d1a7..8f8a393 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ ## Release notes ### vNext * +### v1.2.0 +* Updated `native.html` URL ### v1.1.0 * Add optional onboarding token parameter to init method ### v1.0.0 @@ -36,4 +38,4 @@ See [dcendents](https://github.com/dcendents/android-maven-gradle-plugin) On github project go to releases and create new release with same version as in root build.gradle ``` project.ext.set("versionName", "1.0.0") -``` \ No newline at end of file +```