Skip to content

Conversation

Batishev-Rozdoum
Copy link

No description provided.

@@ -38,11 +38,11 @@ android {
}

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.

@@ -6,7 +6,7 @@ def issueUrl = 'https://github.com/ChaosLeong/PinView/issues'
def gitUrl = 'git@github.com:ChaosLeong/PinView.git'

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.

@@ -22,12 +22,10 @@ android {
}

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