Skip to content

Commit

Permalink
- deleted sms.java from playstore flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
fandreuz committed Feb 8, 2019
1 parent 3f99ee7 commit aca95b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
targetSdkVersion 26
flavorDimensions "default"

versionName "v6.9"
versionName "v6.10"

manifestPlaceholders = [playstore:"false"]
}
Expand All @@ -28,12 +28,10 @@ android {
// odd is fdroid, otherwise playstore
// !!!!!!!!!!!!!
fdroid {
versionCode 196
manifestPlaceholders = [playstore:"false"]
versionCode 198
}
playstore {
versionCode 193
manifestPlaceholders = [playstore:"true"]
versionCode 195
}
}

Expand Down

0 comments on commit aca95b9

Please sign in to comment.