Skip to content

implemented possibility to highlight filled items#37

Open
Batishev-Rozdoum wants to merge 8 commits intoChaosLeung:masterfrom
Batishev-Rozdoum:master
Open

implemented possibility to highlight filled items#37
Batishev-Rozdoum wants to merge 8 commits intoChaosLeung:masterfrom
Batishev-Rozdoum:master

Conversation

@Batishev-Rozdoum
Copy link

No description provided.

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'

implementation "com.android.support:appcompat-v7:28.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use androidx.

implementation 'androidx.appcompat:appcompat:1.0.0'

implementation "com.android.support:appcompat-v7:28.0.0"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

constraint-layout is not needed in pinview module.


group = "com.chaos.view"
version = "1.4.2"
version = "1.4.6"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to change the library version.

implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "com.android.support:appcompat-v7:28.0.0"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused library.

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "com.android.support:appcompat-v7:28.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as mentioned above.

@ChaosLeung ChaosLeung self-requested a review August 20, 2020 14:28
Copy link
Owner

@ChaosLeung ChaosLeung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you combine one or more commits? I will merge as soon as the issues are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants