-
Notifications
You must be signed in to change notification settings - Fork 158
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
base: master
Are you sure you want to change the base?
Conversation
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.
- [ ]
import android.support.annotation.Nullable; | ||
import androidx.annotation.ColorInt; | ||
import androidx.annotation.IntDef; | ||
import androidx.annotation.NonNull; |
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.
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; |
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.
@@ -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 |
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.
Open
POM_DEVELOPER_NAME=Dan Hill | |
POM_DEVELOPER_NAME=Dan Hill |
Migrates the project to AndroidX. The only library was the support annotations.
I also updated the library versions and the
compileSdkVersion
.Closes: #80