OSDN Git Service

Update libtaskbar website URL
[android-x86/packages-apps-Taskbar.git] / lib / build.gradle
index dc03a17..f57d34a 100644 (file)
@@ -12,7 +12,7 @@ publish {
     artifactId = 'libtaskbar'
     publishVersion = '1.0.0-alpha1'
     desc = 'libtaskbar allows you to quickly and easily add support for Android 10\'s Desktop Mode to any third-party launcher, powered by the Taskbar app.'
-    website = 'https://github.com/farmerbb/Taskbar'
+    website = 'https://github.com/farmerbb/Taskbar/blob/master/lib/README.md'
 }
 
 android {
@@ -53,4 +53,4 @@ dependencies {
     implementation "com.android.support:support-v4:${SUPPORT_LIBRARY_VERSION}"
     implementation "com.android.support:appcompat-v7:${SUPPORT_LIBRARY_VERSION}"
     implementation "com.android.support:design:${SUPPORT_LIBRARY_VERSION}"
-}
\ No newline at end of file
+}