-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
irgaly
commented
Aug 5, 2021
- v0.2.0
- compileSdk 30
- RxJava3
- Gradle 7.1.1
- AGP 7.0.0
- Kotlin 1.5.21
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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これも上げないと多分AGP7でビルド通らないと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example アプリが起動できるところまで確認しています。
古いライブラリ・使われていないライブラリは今回は最低限ビルドを通すためにバージョンアップしています
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ新しくしたほうがいい説あります?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example 側だったので今回は触れずにおいています。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほんとだ、example側でしたね。OKです!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!