Migrate to View Binding. (#338)

This commit is contained in:
2021-03-17 17:50:44 +01:00
committed by GitHub
parent 05cd96afc0
commit 626c9e2797
13 changed files with 366 additions and 334 deletions

View File

@@ -30,8 +30,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -39,6 +37,9 @@ android {
}
compileSdkVersion 30
buildToolsVersion '30.0.3'
buildFeatures {
viewBinding true
}
defaultConfig {
applicationId "apps.amine.bou.readerforselfoss"
minSdkVersion 16