Skip to content

Commit

Permalink
[CI] Release 1.3.0 (#24)
Browse files Browse the repository at this point in the history
* Release 1.3.0

* fix README

Co-authored-by: rahul27 <[email protected]>
  • Loading branch information
moonsense-ci and rahul27 authored Oct 12, 2022
1 parent cb4f3b3 commit 7205363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maven {

## Version History

The latest release of the SDK is `1.2.0`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section.
The latest release of the SDK is `1.3.0`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section.

## Integration

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AppConfig {
const val minSdkVersion = 16
const val targetSdkVersion = 33
const val versionCode = 1
const val versionName = "1.2.0"
const val versionName = "1.3.0"
const val buildToolsVersion = "30.0.3"
const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val jvmTarget = "11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Payment {
SensorType.TOUCH,
SensorType.KEY_PRESS,
SensorType.FOCUS_CHANGE,
SensorType.TEXT_CHANGE
SensorType.INPUT_CHANGE
)
),
moonsenseCallback = object : MoonsenseCallback {
Expand Down

0 comments on commit 7205363

Please sign in to comment.