We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4633609 + 1cce9aa commit ef1c356Copy full SHA for ef1c356
build-logic/convention/build.gradle.kts
@@ -21,8 +21,8 @@ plugins {
21
group = "com.google.samples.apps.nowinandroid.buildlogic"
22
23
java {
24
- sourceCompatibility = JavaVersion.VERSION_1_8
25
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
26
}
27
28
dependencies {
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
accompanist = "0.28.0"
3
androidDesugarJdkLibs = "1.2.2"
4
-androidGradlePlugin = "7.3.1"
+androidGradlePlugin = "7.4.0"
5
androidxActivity = "1.6.1"
6
androidxAppCompat = "1.5.1"
7
androidxBrowser = "1.4.0"
0 commit comments