Skip to content

Commit

Permalink
update doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Mar 9, 2024
1 parent 1c069cb commit dca6c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/android_framework/base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ buildConfig {
buildConfigField("String", "ACTION_APP_LOCK", provider { "\"github.tornaco.practice.honeycomb.bee.action.START\"" })
buildConfigField("String", "ACTIVITY_APP_DETAILS", provider { "\"now.fortuitous.thanos.apps.AppDetailsActivity\"" })
buildConfigField("String", "SU_SERVICE_CLASS", provider { "\"now.fortuitous.thanos.service.SuSupportService\"" })
buildConfigField("String", "THANOX_URL_DOCS_PROFILE", provider { "\"https://tornaco.github.io/Thanox/docs/profile\"" })
buildConfigField("String", "THANOX_URL_DOCS_START_RULES", provider { "\"https://tornaco.github.io/Thanox/docs/bg_start\"" })
buildConfigField("String", "THANOX_URL_DOCS_PROFILE", provider { "\"https://tornaco.github.io/Thanox-Docs/zh/guide/profile.html\"" })
buildConfigField("String", "THANOX_URL_DOCS_START_RULES", provider { "\"https://tornaco.github.io/Thanox-Docs/zh/guide/bg_start.html\"" })
buildConfigField("String", "THANOX_URL_PLAY_VERSION", provider { "\"https://play.google.com/store/apps/details?id=github.tornaco.android.thanos.pro\"" })
buildConfigField("String", "THANOX_URL_DOCS_HOME", provider { "\"https://tornaco.github.io/Thanox/\"" })
buildConfigField("String", "THANOX_URL_DOCS_HOME", provider { "\"https://tornaco.github.io/Thanox-Docs\"" })


buildConfigField("String", "THANOX_FEATURE_PROFILE_A11Y", provider { "\"thanox.feature.profile.accessibility\"" });
Expand Down

0 comments on commit dca6c68

Please sign in to comment.