Skip to content

Commit

Permalink
chore: Update AGP to 8.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Aug 9, 2024
1 parent 78deb22 commit 99a538a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Add Android 15 Easter Egg Preview (Internally called Android 14 Easter egg)
- Add Burmese translation
- Upgrade project dependencies

### v2.6.2 (2024-07-22)

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- 新增 Android 15 预览彩蛋 (内部调用了 Android 14 彩蛋)
- 新增缅甸语翻译
- 升级项目依赖项

### v2.6.2 (2024-07-22)

Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Add Android 15 Easter Egg Preview (Internally called Android 14 Easter egg)
- Add Burmese translation
- Add Burmese translation
- Upgrade project dependencies
3 changes: 2 additions & 1 deletion fastlane/metadata/android/zh-CN/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- 新增 Android 15 预览彩蛋 (内部调用了 Android 14 彩蛋)
- 新增缅甸语翻译
- 新增缅甸语翻译
- 升级项目依赖项
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
agp = "8.5.1"
agp = "8.5.2"
hilt = "2.52"
compose-bom = "2024.06.00"
# https://google.github.io/accompanist
Expand Down
13 changes: 0 additions & 13 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ pluginManagement {
google()
mavenCentral()
}

buildscript {
repositories {
mavenCentral()
maven { setUrl("https://storage.googleapis.com/r8-releases/raw") }
}

dependencies {
// https://issuetracker.google.com/issues/349857231
// AGP8.5.1 r8:8.5.27
classpath("com.android.tools:r8:8.5.33")
}
}
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 99a538a

Please sign in to comment.