From 2d889ab34cbec93e9af3a198389439daffef275e Mon Sep 17 00:00:00 2001 From: Aman Attri Date: Fri, 30 Sep 2022 15:29:47 +0530 Subject: [PATCH 1/2] -added one dummy comment to test Github action --- .../data/remote/post/repo/PostRepositaryImp.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/java/com/app/baseprojectamanattri/data/remote/post/repo/PostRepositaryImp.kt b/app/src/main/java/com/app/baseprojectamanattri/data/remote/post/repo/PostRepositaryImp.kt index 14449dd..b564881 100644 --- a/app/src/main/java/com/app/baseprojectamanattri/data/remote/post/repo/PostRepositaryImp.kt +++ b/app/src/main/java/com/app/baseprojectamanattri/data/remote/post/repo/PostRepositaryImp.kt @@ -11,6 +11,9 @@ import kotlinx.coroutines.flow.flow import kotlinx.coroutines.flow.flowOn import javax.inject.Inject +/** + * repo implementation + */ class PostRepositaryImp @Inject constructor( private val apiService: ApiService, private val sharedPrefManager: SharedPrefManager, From 5d9ecf9e1e264b8339f60ccea624499bd1e7be57 Mon Sep 17 00:00:00 2001 From: Aman Attri Date: Wed, 19 Oct 2022 11:34:05 +0530 Subject: [PATCH 2/2] -dummy coment to test sonarQUBE --- .../com/app/baseprojectamanattri/presentation/MyApplication.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/app/baseprojectamanattri/presentation/MyApplication.kt b/app/src/main/java/com/app/baseprojectamanattri/presentation/MyApplication.kt index 3a68e51..a935963 100644 --- a/app/src/main/java/com/app/baseprojectamanattri/presentation/MyApplication.kt +++ b/app/src/main/java/com/app/baseprojectamanattri/presentation/MyApplication.kt @@ -4,6 +4,7 @@ import android.app.Application import android.content.Intent import dagger.hilt.android.HiltAndroidApp +/*test comment */ @HiltAndroidApp class MyApplication :Application(){