Skip to content

Commit

Permalink
Release v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Dec 15, 2023
1 parent a87f08c commit f1c9810
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ android {

buildFeatures {
viewBinding = true
buildConfig = true
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions core-sdk-android-util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
buildFeatures {
aidl = true
viewBinding = true
buildConfig = true
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions core-sdk-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ android {

buildFeatures {
viewBinding = true
buildConfig = true
}

compileOptions {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ android.enableJetifier=true
kotlin.code.style=official
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.defaults.buildfeatures.buildconfig=true

0 comments on commit f1c9810

Please sign in to comment.