-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MC-9191: bump up targetSdkVersion, compileSdkVersion 31 -> 33, update…
… deps versions * MC-9191: update target sdk, AGP * update publish-lib.gradle script * clean up gradle scripts * clean up gradle scripts & remove snapshot variant * remove unnecessary ext prefix * update changelog * fix Javadoc formatting for successful androidJavadocsJar task run
- Loading branch information
Showing
13 changed files
with
122 additions
and
216 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
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 |
---|---|---|
|
@@ -18,17 +18,17 @@ org.gradle.jvmargs=-Xmx1536m | |
android.useAndroidX=true | ||
android.enableJetifier=true | ||
|
||
VERSION_NAME=1.5.1 | ||
VERSION_CODE=19 | ||
GROUP=ru.tinkoff.decoro | ||
|
||
POM_DESCRIPTION=Android library for text formatting | ||
POM_URL=https://github.com/TinkoffCreditSystems/decoro | ||
POM_SCM_URL=https://github.com/TinkoffCreditSystems/decoro | ||
POM_SCM_CONNECTION=scm:[email protected]:TinkoffCreditSystems/decoro.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:TinkoffCreditSystems/decoro.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=tcs | ||
POM_DEVELOPER_NAME=Tinkoff Credit Systems | ||
POM_URL=https://github.com/tinkoff-mobile-tech/decoro | ||
POM_SCM_URL=https://github.com/tinkoff-mobile-tech/decoro/tree/master | ||
POM_SCM_CONNECTION=scm:git:git://github.com/tinkoff-mobile-tech/decoro.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:tinkoff-mobile-tech/decoro.git | ||
|
||
VERSION_NAME=1.5.2 | ||
VERSION_CODE=20 | ||
GROUP=ru.tinkoff.decoro |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ext { | ||
compileSdkVersion = 33 | ||
targetSdkVersion = 33 | ||
minSdkVersion = 14 | ||
|
||
decoroVersionCode = VERSION_CODE.toInteger() | ||
decoroVersionName = VERSION_NAME | ||
|
||
// android libs | ||
appCompatVersion = '1.6.1' | ||
materialVersion = '1.9.0' | ||
androidPluginVersion = '7.4.2' | ||
|
||
// testing automation libs | ||
jUnitVersion = '4.13.2' | ||
robolectricVersion = '4.9.2' | ||
} |
Oops, something went wrong.