mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-07-08 20:39:18 +00:00
misc: Update some things
This commit is contained in:
@ -31,7 +31,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
@ -0,0 +1,4 @@
|
||||
package com.dzeio.charts.builders
|
||||
|
||||
class ChartBuilder {
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
package com.dzeio.charts
|
||||
package com.dzeio.charts.views
|
||||
|
||||
import android.content.Context
|
||||
import android.graphics.Canvas
|
||||
@ -10,7 +10,7 @@ import android.util.Log
|
||||
import android.view.View
|
||||
import kotlin.math.abs
|
||||
|
||||
class BarView @JvmOverloads constructor(context: Context?, attrs: AttributeSet? = null) :
|
||||
class BarChartView @JvmOverloads constructor(context: Context?, attrs: AttributeSet? = null) :
|
||||
View(context, attrs) {
|
||||
|
||||
companion object {
|
Reference in New Issue
Block a user