Skip to content

Commit

Permalink
Add required changes to derive consumption reports (#40)
Browse files Browse the repository at this point in the history
* Add required changes to derive consumption reports

* Adjust request for consumption reporting

* Fix Doc error
  • Loading branch information
dsilhavy authored Oct 24, 2023
1 parent 4335c7e commit 9980e8c
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk 29
targetSdk 33
versionCode 1
versionName "1.0.3"
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

// 5GMAG
implementation 'com.fivegmag:a5gmscommonlibrary:1.0.2'
implementation 'com.fivegmag:a5gmscommonlibrary:1.1.0'

// Retrofit
def retrofit_version = "2.9.0"
Expand Down
Loading

0 comments on commit 9980e8c

Please sign in to comment.