Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App version #19

Merged
merged 9 commits into from
Mar 19, 2019
Merged

App version #19

merged 9 commits into from
Mar 19, 2019

Conversation

norkans7
Copy link
Contributor

No description provided.

@@ -76,6 +88,8 @@
public static long MESSAGE_THROTTLE_WINDOW = 1000 * 60 * (MESSAGE_THROTTLE_MINUTES + 2);
public static final long MESSAGE_RATE_LIMITER = 1000;

public static final String MESSAGE_PACK_VERSION_SUPPORTED = "1.1";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since every time the message packs version change the app will have to change too, I hard coded the packs version so we pass that to the server to get that proper packs version

android:versionCode="197"
android:versionName="1.9.7" >
android:versionCode="198"
android:versionName="1.9.8" >
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated but AFAIK is preferable to have these in app/build.gradle now

@nicpottier nicpottier merged commit 16c3618 into master Mar 19, 2019
@nicpottier nicpottier deleted the App-version branch March 19, 2019 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants