Skip to content

Commit

Permalink
日常修改:2024-03-15.
Browse files Browse the repository at this point in the history
  • Loading branch information
walgr committed Mar 15, 2024
1 parent 119af41 commit 577739c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ buildscript {
'runtime' : 'com.google.android:android:4.1.1.4',
],
quickbind : [
'base' : "com.github.walgr.Quick:Quick:${release}",
'bind' : "com.github.walgr.Quick:QuickBind:${release}",
'annotations' : "com.github.walgr.Quick:Quick-annotations:${release}",
'runtime' : "com.github.walgr.Quick:Quick-runtime:${release}",
'compiler' : "com.github.walgr.Quick:Quick-compiler:${release}",
'util' : "com.github.walgr.Quick:QuickUtil:${release}",
'widget' : "com.github.walgr.Quick:QuickWidget:${release}",
'network' : "com.github.walgr.Quick:QuickNetwork:${release}",
'recyclerview' : "com.github.walgr.Quick:QuickRecyclerView:${release}",
'dialog' : "com.github.walgr.Quick:QuickDialog:${release}",
'compiler_ksp' : "com.github.walgr.Quick:Quick-gradle-ksp-plugin:${release}",
'work' : "com.github.walgr.Quick:QuickWork:${release}",
'base' : "com.wpf.app.quick:Quick:${release}",
'bind' : "com.wpf.app.quick:QuickBind:${release}",
'annotations' : "com.wpf.app.quick:Quick-annotations:${release}",
'runtime' : "com.wpf.app.quick:Quick-runtime:${release}",
'compiler' : "com.wpf.app.quick:Quick-compiler:${release}",
'util' : "com.wpf.app.quick:QuickUtil:${release}",
'widget' : "com.wpf.app.quick:QuickWidget:${release}",
'network' : "com.wpf.app.quick:QuickNetwork:${release}",
'recyclerview' : "com.wpf.app.quick:QuickRecyclerView:${release}",
'dialog' : "com.wpf.app.quick:QuickDialog:${release}",
'compiler_ksp' : "com.wpf.app.quick:Quick-gradle-ksp-plugin:${release}",
'work' : "com.wpf.app.quick:QuickWork:${release}",
'pluginJetPack': "com.github.walgr.Quick:Quick-gradle-plugin:0.8.5",
],
gradlePlugin : "com.android.tools.build:gradle:${gradleVersion}",
Expand Down

0 comments on commit 577739c

Please sign in to comment.