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.
1 parent 1b41f06 commit c20b93dCopy full SHA for c20b93d
build.gradle.kts
@@ -48,15 +48,15 @@ android {
48
namespace = "com.adamratzman.spotify"
49
compileSdk = 30
50
compileOptions {
51
- sourceCompatibility = JavaVersion.VERSION_11
52
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
53
}
54
packaging {
55
resources.excludes.add("META-INF/*.md") // needed to prevent android compilation errors
56
57
defaultConfig {
58
minSdk = 23
59
- targetSdk = 30
+ targetSdk = 31
60
setCompileSdkVersion(30)
61
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
62
0 commit comments