Skip to content

Commit c0408b7

Browse files
authored
Update build.gradle
1 parent 20dfb9b commit c0408b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

android/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.6.0'
3+
kotlinVersion = '1.7.20'
44
buildToolsVersion = '29.0.2'
55
compileSdkVersion = 29
66
targetSdkVersion = 29
@@ -20,7 +20,6 @@ buildscript {
2020

2121
apply plugin: 'com.android.library'
2222
apply plugin: 'kotlin-android'
23-
apply plugin: 'kotlin-android-extensions'
2423

2524
def DEFAULT_COMPILE_SDK_VERSION = 28
2625
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
@@ -46,6 +45,9 @@ android {
4645
lintOptions {
4746
abortOnError false
4847
}
48+
buildFeatures {
49+
viewBinding true
50+
}
4951
}
5052

5153
repositories {

0 commit comments

Comments
 (0)