Skip to content

Commit a3a9162

Browse files
committed
latest android studio
1 parent 2666889 commit a3a9162

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This project brings to the table set of best practices, tools, and solutions:
2929
[Download latest debug APK here](https://nightly.link/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin_Jetpack/workflows/build/master/app-debug.zip)
3030

3131
# Develop
32-
- You must use **Android Studio Arctic Fox (2020.3.1) Canary 15** (**note: Java 11 is now the minimum version required**)
32+
- You must use **Android Studio Bumblebee (2021.1.1) Canary 1** (**note: Java 11 is now the minimum version required**)
3333
- Clone: `git clone https://github.com/hoc081098/ComicReaderApp_MVI_Coroutine_RxKotlin.git`
3434
- _Optional: **Delete `.idea` folder** if cannot open project_
3535
- Open project by `Android Studio` and run as usual

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gradlePlugin {
2222

2323
object PluginVersions {
2424
const val kotlin = "1.5.0"
25-
const val androidGradle = "7.0.0-alpha15"
25+
const val androidGradle = "7.1.0-alpha01"
2626
const val navigationSafeArgs = "2.3.1"
2727
const val googleServices = "4.3.4"
2828
const val crashlytics = "2.4.1"

0 commit comments

Comments
 (0)