-
Notifications
You must be signed in to change notification settings - Fork 50
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 #397 from LachlanMcKee/agp-8.2.2
Updated to AGP 8.2.2
- Loading branch information
Showing
126 changed files
with
387 additions
and
2,585 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
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 |
---|---|---|
|
@@ -10,21 +10,13 @@ | |
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512M | ||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 | ||
org.gradle.caching=true | ||
org.gradle.parallel=true | ||
|
||
GROUP=com.badoo.ribs | ||
VERSION_NAME=0.40.2 | ||
POM_DESCRIPTION=Badoo RIBs is an evolution of Uber RIBs, with notable differences and additions | ||
POM_URL=https://github.com/badoo/RIBs/ | ||
POM_SCM_URL=https://github.com/badoo/RIBs/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/badoo/RIBs.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/badoo/RIBs.git | ||
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=badoo | ||
POM_DEVELOPER_NAME=Badoo Trading Limited | ||
|
||
android.useAndroidX=true | ||
android.defaults.buildfeatures.buildconfig=true | ||
android.nonTransitiveRClass=false | ||
android.nonFinalResIds=false |
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.