-
Notifications
You must be signed in to change notification settings - Fork 0
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 #14 from tinkoff-mobile-tech/MC-5659
MC-5659 bump up compile- and target- SdkVersions, dependencies versions & fix warnings & migrate
- Loading branch information
Showing
25 changed files
with
139 additions
and
198 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<data-extraction-rules> | ||
<cloud-backup> | ||
<exclude domain="root" /> | ||
<exclude domain="file" /> | ||
<exclude domain="database" /> | ||
<exclude domain="sharedpref" /> | ||
<exclude domain="external" /> | ||
</cloud-backup> | ||
<device-transfer> | ||
<exclude domain="root" /> | ||
<exclude domain="file" /> | ||
<exclude domain="database" /> | ||
<exclude domain="sharedpref" /> | ||
<exclude domain="external" /> | ||
</device-transfer> | ||
</data-extraction-rules> |
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 |
---|---|---|
|
@@ -11,17 +11,18 @@ android.useAndroidX=true | |
android.enableJetifier=true | ||
kotlin.code.style=official | ||
|
||
POM_DESCRIPTION=Android library for Tinkoff authorization | ||
POM_DESCRIPTION=Android library for Tinkoff authorization | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
POM_LICENCE_URL=https://github.com/tinkoff-mobile-tech/TinkoffID-Android/blob/master/LICENSE | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=tcs | ||
POM_DEVELOPER_NAME=Tinkoff Credit Systems | ||
POM_DEVELOPER_EMAIL=[email protected] | ||
POM_URL=https://github.com/tinkoff-mobile-tech/TinkoffID-Android | ||
POM_SCM_URL=https://github.com/tinkoff-mobile-tech/TinkoffID-Android | ||
POM_SCM_CONNECTION=scm:git@github.com:tinkoff-mobile-tech/TinkoffID-Android | ||
POM_SCM_DEV_CONNECTION=scm:git@github.com:tinkoff-mobile-tech/TinkoffID-Android | ||
POM_SCM_URL=https://github.com/tinkoff-mobile-tech/TinkoffID-Android/tree/main | ||
POM_SCM_CONNECTION=scm:git:git://github.com/tinkoff-mobile-tech/TinkoffID-Android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:tinkoff-mobile-tech/TinkoffID-Android.git | ||
|
||
VERSION_NAME=1.0.2 | ||
VERSION_CODE=1 | ||
VERSION_CODE=3 | ||
GROUP=ru.tinkoff.core.tinkoffauth |
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
Oops, something went wrong.