Skip to content

Commit

Permalink
Bugfix for Issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KipJM committed Sep 3, 2024
1 parent d7b36a4 commit 88df0cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId 'com.kip.reykunyutsyip'
minSdk 28
targetSdk 34
versionCode 3
versionName '1.3.0'
versionCode 5
versionName '1.3.5'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -48,6 +48,12 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}

dependenciesInfo {
// Disable Google's dependency blob (https://github.com/KipJM/Reykunyutsyip/issues/2)
includeInApk = false
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit 88df0cb

Please sign in to comment.