Skip to content

Commit ef1c356

Browse files
authored
Merge pull request #531 from android/av/agp-7.4.0
Update AGP to 7.4.0
2 parents 4633609 + 1cce9aa commit ef1c356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/convention/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121
group = "com.google.samples.apps.nowinandroid.buildlogic"
2222

2323
java {
24-
sourceCompatibility = JavaVersion.VERSION_1_8
25-
targetCompatibility = JavaVersion.VERSION_1_8
24+
sourceCompatibility = JavaVersion.VERSION_11
25+
targetCompatibility = JavaVersion.VERSION_11
2626
}
2727

2828
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
accompanist = "0.28.0"
33
androidDesugarJdkLibs = "1.2.2"
4-
androidGradlePlugin = "7.3.1"
4+
androidGradlePlugin = "7.4.0"
55
androidxActivity = "1.6.1"
66
androidxAppCompat = "1.5.1"
77
androidxBrowser = "1.4.0"

0 commit comments

Comments
 (0)