Skip to content

Commit

Permalink
Dynamic version constant (#109)
Browse files Browse the repository at this point in the history
* Dynamic version constant

* Readd package
  • Loading branch information
sirknightj authored Apr 18, 2024
1 parent af5cb81 commit a8c9b6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.amazonaws.kinesisvideo.utils;

import com.amazonaws.kinesisvideo.demoapp.BuildConfig;

public class Constants {
/**
* SDK identifier
Expand All @@ -8,7 +10,7 @@ public class Constants {
/**
* SDK version identifier
*/
public static final String VERSION = "1.1.0";
public static final String VERSION = BuildConfig.VERSION_NAME;

/**
* Query parameter for Channel ARN. Used for calling Kinesis Video Websocket APIs.
Expand Down

0 comments on commit a8c9b6a

Please sign in to comment.