We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aefa5 commit 062cbfeCopy full SHA for 062cbfe
build.gradle
@@ -35,11 +35,11 @@ subprojects {
35
afterEvaluate { project ->
36
if (project.hasProperty("android")) {
37
android {
38
- compileSdkVersion 33
+ compileSdkVersion 34
39
40
defaultConfig {
41
minSdkVersion 21
42
- targetSdkVersion 33
+ targetSdkVersion 34
43
}
44
lintOptions {
45
abortOnError false
buildsystem/android_library.gradle
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
4
5
6
7
8
versionCode 1
9
versionName "1.0"
10
0 commit comments