We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ddf49 commit da46adaCopy full SHA for da46ada
1 file changed
recyclerarrayadapter/build.gradle
@@ -8,13 +8,13 @@ apply plugin: 'kotlin-android'
8
//apply plugin: 'kotlin-android-extensions'
9
//apply plugin: 'com.github.dcendents.android-maven'
10
android {
11
- compileSdkVersion 33
+ compileSdkVersion 34
12
13
defaultConfig {
14
minSdkVersion 15
15
- targetSdkVersion 33
16
- versionCode 28
17
- versionName "1.5.2"
+ targetSdkVersion 34
+ versionCode 153
+ versionName "1.5.3"
18
19
}
20
compileOptions {
0 commit comments