Skip to content

Commit

Permalink
move to single module
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm committed Mar 1, 2020
1 parent 2f5c495 commit c318b5b
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 55 deletions.
1 change: 0 additions & 1 deletion Leakcanary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api project(':Shark')
}


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion Shark/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions Shark/build.gradle

This file was deleted.

Empty file removed Shark/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions Shark/proguard-rules.pro

This file was deleted.

2 changes: 0 additions & 2 deletions Shark/src/main/AndroidManifest.xml

This file was deleted.

3 changes: 0 additions & 3 deletions Shark/src/main/res/values/strings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.9'
classpath 'com.novoda:bintray-release:0.9.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit c318b5b

Please sign in to comment.