joaomgcd / TaskerPluginSample

A library to help speed up building a Tasker plugin
GNU General Public License v3.0
58 stars 23 forks source link

Missing ActivityMainBinding Class Declaration #26

Closed nbetcher closed 5 months ago

nbetcher commented 5 months ago

Hello, The class definition for ActivityMainBinding is missing from com.joaomgcd.taskerpluginsample.databinding in the Github repository. The class was introduced in this commit, but the corresponding sub-directory (databinding) is missing -- likely just needs a git add?

I didn't do a comprehensive evaluation of the remainder of the code to determine if there are any other missing source files.

joaomgcd commented 5 months ago

ActivityMainBinding is automatically generated by the compiler. As far as I know, it doesn't need to be included in the git, right? :)