Skip to content

Commit

Permalink
feat(inventory): bump android inventory library from 1.3.6 to 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <skita@teclib.com>
  • Loading branch information
stonebuzz committed Jan 7, 2020
1 parent 3bbdee4 commit 7852279
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'org.flyve:inventory:1.3.6@aar'
implementation 'org.flyve:inventory:1.4.0@aar'
implementation 'com.bugsnag:bugsnag-android:4.1.3'
implementation 'com.orhanobut:logger:2.1.1'
implementation 'com.android.support:multidex:1.0.2'
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/assets/about.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about.version=1.0.0-rc.2
about.build=39187
about.date=Thu Nov 28 14:46:10 2019
about.commit=d47cd39
about.commitFull=d47cd39870268259251cfd3012036d1009da7d10
about.date=jeu. déc. 05 11:08:43 2019
about.commit=
about.commitFull=
about.github=https://github.com/glpi-project/android-inventory-agent
4 changes: 2 additions & 2 deletions ci/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ sudo apt-get install ruby-full build-essential
sudo gem update --system --no-document

# install fastlane
sudo gem install fastlane
sudo gem install fastlane --no-document

# update bundler
sudo gem install bundler
sudo gem install bundler --no-document

# update Gemfile.lock
sudo bundler update --bundler
Expand Down

0 comments on commit 7852279

Please sign in to comment.