Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Aug 12, 2021
1 parent ed780c6 commit 2367e6d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'

implementation 'com.argyle:argyle-plugin-android-source:3.0.14'
implementation 'com.argyle:argyle-plugin-android-source:3.1.0'

}

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/java/com/argyleexample/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ class MainActivity : AppCompatActivity() {
)
}

override fun onUIEvent(name: String, properties: Map<String, Any>) {
Log.d(TAG, "onUIEvent: $name, properties: $properties")
}

})
.build()

Expand Down

0 comments on commit 2367e6d

Please sign in to comment.