Skip to content

Commit

Permalink
Library updates
Browse files Browse the repository at this point in the history
Layout improvements
  • Loading branch information
waltermaldonado committed May 7, 2019
1 parent cf8038e commit c60203e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "br.com.maldonado.instantet0"
minSdkVersion 16
targetSdkVersion 28
versionCode 18
versionName "1.17"
versionCode 20
versionName "1.19"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -33,11 +33,11 @@ dependencies {

testImplementation 'junit:junit:4.12'

implementation 'com.google.android.gms:play-services-maps:16.0.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.google.android.libraries.places:places:1.1.0'
implementation 'com.sothree.slidinguppanel:library:3.4.0'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.android.volley:volley:1.1.1'

implementation 'org.apache.commons:commons-collections4:4.1'
}
Binary file removed app/release/app-release.apk
Binary file not shown.
1 change: 0 additions & 1 deletion app/release/output.json

This file was deleted.

Binary file removed app/release/release/app.aab
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ private void calculateETP(LatLng location) {
// Chart creation
final LineChart chart = findViewById(R.id.chart);

chart.setExtraOffsets(10f, 10f, 10f, 10f);

XAxis xAxis = chart.getXAxis();
xAxis.setValueFormatter(new ChartDateXAxisFormatter());
xAxis.setCenterAxisLabels(true);
Expand Down

0 comments on commit c60203e

Please sign in to comment.