Skip to content

Commit c910877

Browse files
Removed flavor settings (#2308)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e62eb06 commit c910877

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

app/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ android {
5656
sourceCompatibility JavaVersion.VERSION_1_8
5757
targetCompatibility JavaVersion.VERSION_1_8
5858
}
59-
60-
flavorDimensions 'default'
61-
productFlavors {
62-
fdroid {
63-
resValue "string", "flavor", "Fdroid version"
64-
dimension = 'default'
65-
}
66-
playstore {
67-
resValue "string", "flavor", "Play Store version"
68-
dimension = 'default'
69-
}
70-
}
7159
}
7260

7361
dependencies {

app/src/main/java/io/pslab/fragment/AboutUsFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
4747
.setImage(R.drawable.logo200x200)
4848
.addWebsite("https://goo.gl/forms/sHlmRAPFmzcGQ27u2", getString(R.string.nav_report))
4949
.addItem(new Element(getString(R.string.version), R.drawable.ic_widgets_black_24dp))
50-
.addItem(new Element(getString(R.string.flavor), R.drawable.ic_android_black_24dp))
5150
.setDescription(getString(R.string.about_us_description))
5251
.addGroup("Connect with us")
5352
.addEmail("pslab-fossasia@googlegroups.com")

0 commit comments

Comments
 (0)