We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b783e0 commit fee2100Copy full SHA for fee2100
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.codedead.advancedportchecker"
8
minSdk 29
9
targetSdk 35
10
- versionCode 16
11
- versionName '1.5.3'
+ versionCode 17
+ versionName '1.5.4'
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
vectorDrawables.useSupportLibrary = true
14
}
@@ -24,6 +24,10 @@ android {
24
sourceCompatibility JavaVersion.VERSION_17
25
targetCompatibility JavaVersion.VERSION_17
26
27
+ dependenciesInfo {
28
+ includeInApk = false
29
+ includeInBundle = false
30
+ }
31
32
33
dependencies {
0 commit comments