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

Support RxJava3 #6

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Support RxJava3 #6

merged 1 commit into from
Aug 6, 2021

Conversation

irgaly
Copy link
Contributor

@irgaly irgaly commented Aug 5, 2021

  • v0.2.0
  • compileSdk 30
  • RxJava3
  • Gradle 7.1.1
  • AGP 7.0.0
  • Kotlin 1.5.21

@irgaly irgaly self-assigned this Aug 5, 2021
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin"
classpath "com.github.dcendents:android-maven-gradle-plugin:2.0"
classpath 'com.github.triplet.gradle:play-publisher:2.8.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これも上げないと多分AGP7でビルド通らないと思います。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example アプリが起動できるところまで確認しています。
古いライブラリ・使われていないライブラリは今回は最低限ビルドを通すためにバージョンアップしています

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

なるほど。Playストアにアップロードしようと思うとエラーになるのかしら。
いったん大丈夫です!

@@ -63,15 +63,12 @@ play {
dependencies {
implementation project(':library')

//==================== Kotlin ====================
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin"

//==================== Support Library ====================
implementation "com.android.support:appcompat-v7:$supportLibrary"
implementation "com.android.support:design:$supportLibrary"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これ新しくしたほうがいい説あります?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example 側だったので今回は触れずにおいています。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほんとだ、example側でしたね。OKです!

Copy link
Contributor

@k-kagurazaka k-kagurazaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@k-kagurazaka k-kagurazaka merged commit cc1a718 into Kyash:master Aug 6, 2021
@irgaly irgaly deleted the v0.2.0_rxjava3 branch August 6, 2021 04:55
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.

2 participants