Skip to content

sora-android-sdk-2022.4.0

Compare
Choose a tag to compare
@miosakuma miosakuma released this 17 Sep 01:53
· 82 commits to develop since this release
  • [UPDATE] compileSdkVersion を 32 に上げる
  • [UPDATE] targetSdkVersion を 32 に上げる
  • [UPDATE] Kotlin のバージョンを 1.7.10 に上げる
  • [UPDATE] Gradle を 7.5.1 に上げる
  • [UPDATE] 依存ライブラリーのバージョンを上げる
    • com.google.code.gson:gson を 2.9.1 に上げる
    • androidx.appcompat:appcompat を 1.5.0 に上げる
    • androidx.navigation:navigation-fragment-ktx を 2.5.1 に上げる
    • androidx.navigation:navigation-ui-ktx を 2.5.1 に上げる
    • androidx.compose.ui:ui:1.2.1 に上げる
    • androidx.compose.material:material を 1.2.1 に上げる
    • androidx.compose.material:material-icons-extended を 1.2.1 に上げる
    • androidx.activity:activity-compose を 1.5.1 に上げる
    • com.android.tools.build:gradle を 7.2.2 に上げる
    • @miosakuma