Skip to content

Commit

Permalink
去掉nexus-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
simplepeng committed Sep 3, 2021
1 parent 691b2f8 commit f4c4ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
implementation 'me.simple:nice-ktx:1.0.0'

implementation project(path: ':building_recyclerview')
// implementation 'com.github.simplepeng:BuildingRecyclerView:v1.0.1'
// implementation 'com.github.simplepeng:BuildingRecyclerView:v1.0.3'
}
2 changes: 1 addition & 1 deletion building_recyclerview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply from: "nexus_upload.gradle"
//apply from: "nexus_upload.gradle"

android {
compileSdkVersion 30
Expand Down

0 comments on commit f4c4ab3

Please sign in to comment.