-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RCF-1100] Unit Test Cases #492
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Sachin S P <[email protected]>
…registration-client into unit_test_cases
Signed-off-by: Sachin S P <[email protected]>
Signed-off-by: Sachin S P <[email protected]>
Signed-off-by: Sachin S P <[email protected]>
Signed-off-by: Sachin S P <[email protected]>
@@ -7,7 +7,7 @@ buildscript { | |||
} | |||
|
|||
dependencies { | |||
classpath 'com.android.tools.build:gradle:7.2.0' | |||
classpath 'com.android.tools.build:gradle:7.2.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason we have updated this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test cases was not working for 7.2.0 so upgraded the gradle version 7.2.2
@@ -27,7 +27,7 @@ allprojects { | |||
} | |||
|
|||
ext { | |||
compileSdkVersion = 31 | |||
compileSdkVersion = 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reasoning behind min complile sdk version update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test cases was not working for 31 so upgraded the compilesdkversion 33
RCF-1100