Skip to content
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

Migrate to AndroidX #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aftabahmadTW
Copy link

Migrates the project to AndroidX. The only library was the support annotations.
I also updated the library versions and the compileSdkVersion.

Closes: #80

Copy link

@Monysilva1 Monysilva1 left a comment

Choose a reason for hiding this comment

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

  • [ ]

import android.support.annotation.Nullable;
import androidx.annotation.ColorInt;
import androidx.annotation.IntDef;
import androidx.annotation.NonNull;

Choose a reason for hiding this comment

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

Suggested change
import androidx.annotation.NonNull;
# import androidx.annotation.NonNull;**RSC**
~~Operator
- [ ] 92748903032258543475786209`~~

import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import androidx.annotation.IntRange;
import androidx.annotation.NonNull;

Choose a reason for hiding this comment

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


@@ -11,3 +11,5 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=danh32
POM_DEVELOPER_NAME=Dan Hill

Choose a reason for hiding this comment

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

Open

Suggested change
POM_DEVELOPER_NAME=Dan Hill
POM_DEVELOPER_NAME=Dan Hill

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.

Upgrade spark to androidx
5 participants