Skip to content

Commit

Permalink
rev581 improved colors on main variables on all charts
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Sep 9, 2021
1 parent 53954b2 commit c4a9801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ public void addValue(float time,SensorData data){
} catch (IllegalAccessException | NoSuchFieldException e) {
e.printStackTrace();
}



}

public void refresh(){
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
mCompileSdkVersion=30
mMinSdkVersion=19
mTargetSdkVersion=30
mVersionCode=580
mVersionCode=581
mVersionName=0.7.0
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit c4a9801

Please sign in to comment.