Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
appupgrade-dev committed Feb 26, 2023
2 parents 623098d + 6fe7152 commit 67bf1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ public class MainActivity extends AppCompatActivity {
String appVersion = "1.0.0";
String platform = "android";
String environment = "production";
String appLanguage = "es";
String appLanguage = "es"; //Nullable

AppInfo appInfo = new AppInfo(appId, appName, appVersion, platform, environment);
AppInfo appInfo = new AppInfo(appId, appName, appVersion, platform, environment, appLanguage);

// Optional
String title = "Update Required.";
Expand Down

0 comments on commit 67bf1d0

Please sign in to comment.