Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
fix android requestCode
Browse files Browse the repository at this point in the history
  • Loading branch information
krokyze committed Jan 20, 2020
1 parent da7df36 commit 0e8f10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FitKitPlugin(private val registrar: Registrar) : MethodCallHandler {

companion object {
private const val TAG = "FitKit"
private const val GOOGLE_FIT_REQUEST_CODE = 80085
private const val GOOGLE_FIT_REQUEST_CODE = 8008

@JvmStatic
fun registerWith(registrar: Registrar) {
Expand Down
1 change: 1 addition & 0 deletions example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true

0 comments on commit 0e8f10d

Please sign in to comment.