Fix Build Tools version Signed-off-by: Yasha <yasuhiro.asaka@grauwoelfchen.net>
Update README.md Signed-off-by: Yasha <yasuhiro.asaka@grauwoelfchen.net>
Update Android Gradle plugin (AGP) version Signed-off-by: Yasha <yasuhiro.asaka@grauwoelfchen.net>
Fix Java version Signed-off-by: Yasha <yasuhiro.asaka@grauwoelfchen.net>
Enable test coverage reporting
Add a test case for no network
Remove unnecessary library
Add LICENSE
Fix an indent
Fix broken indents :'(
Update .gitignore
Rename a test file
Add NetworkConnectivityMonitor callback tests
Update README.md
Make it available to run tests * Update Make targets can be invoked separately * Replace android.util.log with timber.log.Timber * Add com.adarshr.test-logger for better test result outputs
Implement NetworkConnectivityMonitor To detect the network connectivity changes, add callbacks from ConnectivityManager.NetworkCallback.
Remove an unnecessary Gradle plugin
Initial commit