Skip to content

Commit

Permalink
CHANGS 更新とコメント追加
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Aug 1, 2024
1 parent 863cf9f commit bfc1466
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

## develop

- [UPDATE] Android Gradle Plugin (AGP) を 8.5.0 にアップグレードする
- Android Studion の AGP Upgrade Assistant を利用してアップグレードされた内容
- `com.android.tools.build:gradle` を 8.5.0 に上げる
- ビルドに利用される Gradle を 8.7 に上げる
- Android マニフェストからビルドファイルにパッケージを移動
- Android マニフェストに定義されていた package を削除
- ビルドファイルに namespace を追加
- ビルドファイルの dependencies の transitive をコメントアウト
- @zztkm

## sora-andoroid-sdk-2024.2.0

- [UPDATE] システム条件を更新する
Expand Down
2 changes: 2 additions & 0 deletions samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
// AGP 8.0 からモジュールレベルの build script 内に namespace が必要になった
// 参考: https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#namespace-dsl
namespace 'jp.shiguredo.sora.sample'
}

Expand Down
2 changes: 2 additions & 0 deletions webrtc-video-effector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
// AGP 8.0 からモジュールレベルの build script 内に namespace が必要になった
// 参考: https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#namespace-dsl
namespace 'jp.shiguredo.webrtc.video.effector'
}

Expand Down

0 comments on commit bfc1466

Please sign in to comment.