Skip to content

Commit

Permalink
Add pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsmao committed Mar 2, 2021
1 parent b1a4655 commit 5373b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ fastlane/readme.md
# NDK
.externalNativeBuild
.cxx

release/*
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

GROUP=jp.co.cyberagent.android
POM_ARTIFACT_ID=tab-animation
VERSION_NAME=1.0.0

POM_NAME=android-tab-animation
POM_DESCRIPTION=Easily create TabLayout.Tab animations that sync with the scrolling progress of ViewPager.
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit 5373b71

Please sign in to comment.