Skip to content

Commit

Permalink
add log to build a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun committed Oct 21, 2024
1 parent 99510e8 commit a4f0576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/java/net/artsy/app/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class MainActivity : ReactActivity() {
}

private fun checkForAppUpdate() {
Log.d(TAG, "here we go!")
Log.d(TAG, "checkForAppUpdate: started checking for update!")
val appUpdateInfoTask = appUpdateManager.appUpdateInfo

Expand Down

0 comments on commit a4f0576

Please sign in to comment.