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.
targetSdkVersion
1 parent 52e3d69 commit a657f48Copy full SHA for a657f48
app/build.gradle
@@ -9,7 +9,7 @@ android {
9
defaultConfig {
10
applicationId "io.treehouses.remote"
11
minSdkVersion 21
12
- targetSdkVersion 34
+ targetSdkVersion 35
13
ndkVersion '21.3.6528147'
14
multiDexEnabled true
15
versionCode appVersionCode
build.gradle
@@ -24,7 +24,6 @@ allprojects {
24
google()
25
maven { url "https://jitpack.io" }
26
jcenter()
27
-
28
}
29
30
0 commit comments