-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
format code #1
format code #1
Conversation
Damn I really appreciate it. I was looking for someone to help me do it . Thanks a lot.... |
Please, I saw that your codes are messed up, I arranged them, and you were using old libraries, so this option is not recommended, at least gr is recommended version 8.2.2 |
implementation 'androidx.appcompat:appcompat:1.7.0-alpha03' | ||
implementation 'com.google.android.material:material:1.12.0-alpha03' | ||
implementation 'com.google.code.gson:gson:2.10.1' | ||
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.12' |
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.
where proper formatting?
@@ -1,98 +1,99 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
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.
same here
@@ -1,22 +1,22 @@ | |||
package nethical.digipaws; |
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.
why are you using 2 space tab instead of 4?
you are already using 4 space tab in some files.
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.
Please do not make unwanted changes in next time.
@@ -0,0 +1,31 @@ | |||
name: Android CI |
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.
Why are you adding unwanted changes?
Pull request title: Format code
@@ -6,7 +6,7 @@ plugins { | |||
|
|||
android { | |||
namespace 'nethical.digipaws' | |||
compileSdk 33 | |||
compileSdk 34 |
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.
Same here
sourceCompatibility JavaVersion.VERSION_17 | ||
targetCompatibility JavaVersion.VERSION_17 |
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.
Same here
💀💀 |
I have reset all changes. Please fix and reopen another pr |
hi me formating all xml and java and adding lastversion androidx and material