Skip to content

Commit

Permalink
Default Changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Svirsky committed Sep 3, 2021
2 parents 18ae13d + b2f53b6 commit 66dbf64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 129 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
Expand All @@ -13,3 +11,4 @@
.externalNativeBuild
.cxx
/docs/build
.idea
125 changes: 0 additions & 125 deletions .idea/codeStyles/Project.xml

This file was deleted.

2 changes: 1 addition & 1 deletion cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")
```
```

0 comments on commit 66dbf64

Please sign in to comment.