We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d49dd72 + 8dd8942 commit 755c799Copy full SHA for 755c799
demo/build.gradle
@@ -4,14 +4,13 @@ plugins {
4
}
5
6
android {
7
- compileSdkVersion 33
8
-
9
buildFeatures {
10
viewBinding = true
11
12
defaultConfig {
13
minSdkVersion 16
14
- targetSdkVersion 33
+ compileSdk 33
+ targetSdkVersion 34
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
testInstrumentationRunnerArguments useTestStorageService: 'true'
library/build.gradle
@@ -11,11 +11,10 @@ dependencies {
18
19
20
21
0 commit comments