-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from rubensousa/docs
Bump to 1.4.0-beta01
- Loading branch information
Showing
14 changed files
with
37 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
LIBRARY_GROUP=com.rubensousa.dpadrecyclerview | ||
LIBRARY_ARTIFACT=dpadrecyclerview-compose | ||
# POM info | ||
POM_PACKAGING=aar | ||
POM_NAME=dpadrecyclerview-compose | ||
POM_ARTIFACT_ID=dpadrecyclerview-compose | ||
POM_DESCRIPTION=Compose extensions for DpadRecyclerView | ||
POM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_VCS_URL=https://github.com/rubensousa/dpadrecyclerview.git | ||
POM_SCM_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_DEVELOPER_ID=rubensousa | ||
POM_DEVELOPER_NAME=Rúben Sousa | ||
POM_LICENSE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENSE_DIST=repo | ||
POM_LICENSES=Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
LIBRARY_GROUP=com.rubensousa.dpadrecyclerview | ||
LIBRARY_ARTIFACT=dpadrecyclerview-testing | ||
# POM info | ||
POM_PACKAGING=aar | ||
POM_NAME=dpadrecyclerview-testing | ||
POM_ARTIFACT_ID=dpadrecyclerview-testing | ||
POM_DESCRIPTION=Testing extensions for DpadRecyclerView | ||
POM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_VCS_URL=https://github.com/rubensousa/dpadrecyclerview.git | ||
POM_SCM_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_DEVELOPER_ID=rubensousa | ||
POM_DEVELOPER_NAME=Rúben Sousa | ||
POM_LICENSE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENSE_DIST=repo | ||
POM_LICENSES=Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,20 +13,6 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
LIBRARY_GROUP=com.rubensousa.dpadrecyclerview | ||
LIBRARY_ARTIFACT=dpadrecyclerview | ||
# POM info | ||
POM_PACKAGING=aar | ||
POM_NAME=dpadrecyclerview | ||
POM_ARTIFACT_ID=dpadrecyclerview | ||
POM_DESCRIPTION=A RecyclerView built for Android TV as a replacement for Leanback's BaseGridView | ||
POM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview | ||
POM_VCS_URL=https://github.com/rubensousa/dpadrecyclerview.git | ||
POM_SCM_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:rubensousa/dpadrecyclerview.git | ||
POM_DEVELOPER_ID=rubensousa | ||
POM_DEVELOPER_NAME=Rúben Sousa | ||
POM_LICENSE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENSE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENSE_DIST=repo | ||
POM_LICENSES=Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,21 @@ kotlin.code.style=official | |
# thereby reducing the size of the R class for that library | ||
android.nonTransitiveRClass=true | ||
android.enableR8.fullMode=true | ||
LIBRARY_VERSION=1.4.0-alpha06 | ||
|
||
SONATYPE_HOST=S01 | ||
RELEASE_SIGNING_ENABLED=true | ||
|
||
GROUP=com.rubensousa.dpadrecyclerview | ||
VERSION_NAME=1.4.0-beta01 | ||
POM_URL=https://github.com/rubensousa/dpadrecyclerview/ | ||
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/rubensousa/dpadrecyclerview.git | ||
POM_INCEPTION_YEAR=2024 | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=rubensousa | ||
POM_DEVELOPER_NAME=Ruben Sousa | ||
POM_DEVELOPER_URL=https://github.com/rubensousa/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.