Skip to content

Commit

Permalink
fix: rename html file
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptiawanAjiP committed Sep 22, 2023
1 parent 9d752fc commit 2bf3125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AndroidChartJSView @JvmOverloads constructor(
webSettings.javaScriptEnabled = true
webView.addJavascriptInterface(jsi!!, JavascriptInterface.TAG_HANDLER)
webView.setWebChromeClient(WebChromeClient())
webView.loadUrl("file:///android_asset/index.html")
webView.loadUrl("file:///android_asset/chart2023.html")
addView(webView)
}
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "AndroidChartJSApp"
Expand Down

0 comments on commit 2bf3125

Please sign in to comment.