Skip to content

Commit

Permalink
bump to 1.0.6 - thanks @IzzySoft
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jan 13, 2025
1 parent 1170165 commit 8941619
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sms2call/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "dev.n4n5.sms2call"
minSdk 24
targetSdk 34
versionCode 5
versionName "1.0.5"
versionCode 6
versionName "1.0.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -34,6 +34,12 @@ android {
buildFeatures {
viewBinding true
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit 8941619

Please sign in to comment.