1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-27 19:38:11 -07:00

Merge pull request #11 from eggheadgames/release/1.0.1

Release 1.0.1 to develop
This commit is contained in:
mikemee 2017-02-09 16:20:19 -08:00 committed by GitHub
commit e9aeb63878
2 changed files with 4 additions and 5 deletions

View file

@ -11,9 +11,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 24 targetSdkVersion 24
versionCode 1 versionCode 2
versionName "1.0" versionName "1.0.1"
} }
buildTypes { buildTypes {
release { release {

View file

@ -252,7 +252,7 @@ public class AboutActivity extends MaterialAboutActivity {
} }
public void openApp(AboutConfig.BuildType buildType, String packageName) {//true if Google Play, false if Amazon Store public void openApp(AboutConfig.BuildType buildType, String packageName) {
String appURI = null; String appURI = null;
String webURI = null; String webURI = null;
switch (buildType) { switch (buildType) {
@ -270,7 +270,7 @@ public class AboutActivity extends MaterialAboutActivity {
open(appURI, webURI); open(appURI, webURI);
} }
public void openPublisher(AboutConfig.BuildType buildType, String publisher, String packageName) {//true if Google Play, false if Amazon Store public void openPublisher(AboutConfig.BuildType buildType, String publisher, String packageName) {
String appURI = null; String appURI = null;
String webURI = null; String webURI = null;
switch (buildType) { switch (buildType) {