Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
yuluyao committed Aug 30, 2019
1 parent 01b2c69 commit 5857830
Show file tree
Hide file tree
Showing 616 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include ':frog',
':frog-sample',
// ':frogx',
// ':frogx-sample'
include ':supportLib',
':supportSample',
//include ':xLib',
// ':xSample'

rootProject.name = 'frog-parent'
rootProject.name = 'frog'
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.
2 changes: 1 addition & 1 deletion frog-sample/build.gradle → supportSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':frog')
implementation project(':supportLib')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation "com.android.support:recyclerview-v7:$versions.supportLib"
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5857830

Please sign in to comment.