Skip to content

Migrate to AndroidX#82

Open
aftabahmadTW wants to merge 2 commits intorobinhood:masterfrom
aftabahmadTW:migrate-to-androidx
Open

Migrate to AndroidX#82
aftabahmadTW wants to merge 2 commits intorobinhood:masterfrom
aftabahmadTW:migrate-to-androidx

Conversation

@aftabahmadTW
Copy link
Copy Markdown

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
Copy Markdown

@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;
Copy link
Copy Markdown

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;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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


Comment thread gradle.properties
@@ -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
Copy link
Copy Markdown

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