Skip to content

Commit fee2100

Browse files
committed
feat: improved fdroid integration
1 parent 7b783e0 commit fee2100

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.codedead.advancedportchecker"
88
minSdk 29
99
targetSdk 35
10-
versionCode 16
11-
versionName '1.5.3'
10+
versionCode 17
11+
versionName '1.5.4'
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}
@@ -24,6 +24,10 @@ android {
2424
sourceCompatibility JavaVersion.VERSION_17
2525
targetCompatibility JavaVersion.VERSION_17
2626
}
27+
dependenciesInfo {
28+
includeInApk = false
29+
includeInBundle = false
30+
}
2731
}
2832

2933
dependencies {

0 commit comments

Comments
 (0)