Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change import android.support.v7 ... to import androidx.appcompat #263

Open
wants to merge 86 commits into
base: develop
Choose a base branch
from
Open

Conversation

5oftware
Copy link

@5oftware 5oftware commented Aug 2, 2019

After migrating to AndroidX I faced the problem of underling errors in activities which extend MvpAppCompatActivity. I think it is because of using import android.support.v7 … instead of import androidx.appcompat… in moxy-x-app-compat-1.7.0-sources.jar!\com\arellomobile\mvp\MvpAppCompatActivity.java

VovaStelmashchuk and others added 30 commits March 24, 2019 22:26
…tric-robolectric-4.2.1

Bump robolectric from 3.0 to 4.2.1
…o-mockito-core-2.25.1

Bump mockito-core from 1.10.19 to 2.25.1
Bumps truth from 0.34 to 0.43.

Signed-off-by: dependabot[bot] <support@dependabot.com>
…m.google.truth-truth-0.43

Bump truth from 0.34 to 0.43
Bumps [auto-service](https://github.com/google/auto) from 1.0-rc4 to 1.0-rc5.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](https://github.com/google/auto/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…m.google.auto.service-auto-service-1.0-rc5

Bump auto-service from 1.0-rc4 to 1.0-rc5
Bumps `daggerVersion` from 2.21 to 2.22.1.

Updates `dagger` from 2.21 to 2.22.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.21...dagger-2.22.1)

Updates `dagger-compiler` from 2.21 to 2.22.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.21...dagger-2.22.1)

Updates `dagger-android-support` from 2.21 to 2.22.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.21...dagger-2.22.1)

Updates `dagger-android-processor` from 2.21 to 2.22.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.21...dagger-2.22.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…ggerVersion-2.22.1

Bump daggerVersion from 2.21 to 2.22.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.25.1...v2.26.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…g.mockito-mockito-core-2.26.0

Bump mockito-core from 2.25.1 to 2.26.0
Bumps [truth](https://github.com/google/truth) from 0.43 to 0.44.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…g.mockito-mockito-core-2.27.0

Bump mockito-core from 2.26.0 to 2.27.0
Bumps `kotlin_version` from 1.3.21 to 1.3.30.

Updates `kotlin-gradle-plugin` from 1.3.21 to 1.3.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.30/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.21...v1.3.30)

Updates `kotlin-stdlib` from 1.3.21 to 1.3.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.30/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.21...v1.3.30)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…tlin_version-1.3.30

Bump kotlin_version from 1.3.21 to 1.3.30
Bumps gradle from 3.3.2 to 3.4.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [compile-testing](https://github.com/google/compile-testing) from 0.15 to 0.16.
- [Release notes](https://github.com/google/compile-testing/releases)
- [Commits](https://github.com/google/compile-testing/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps `kotlin_version` from 1.3.30 to 1.3.31.

Updates `kotlin-gradle-plugin` from 1.3.30 to 1.3.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.31/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.30...v1.3.31)

Updates `kotlin-stdlib` from 1.3.30 to 1.3.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.31/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.30...v1.3.31)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…m.google.testing.compile-compile-testing-0.16

Bump compile-testing from 0.15 to 0.16
…m.android.tools.build-gradle-3.4.0

Bump gradle from 3.3.2 to 3.4.0
…tlin_version-1.3.31

Bump kotlin_version from 1.3.30 to 1.3.31
Bumps [compile-testing](https://github.com/google/compile-testing) from 0.16 to 0.17.
- [Release notes](https://github.com/google/compile-testing/releases)
- [Commits](google/compile-testing@compile-testing-0.16...compile-testing-0.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…m.google.testing.compile-compile-testing-0.17

Bump compile-testing from 0.16 to 0.17
Bumps gradle from 3.4.0 to 3.4.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
…m.android.tools.build-gradle-3.4.1

Bump gradle from 3.4.0 to 3.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants