Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Jan 28, 2021
1 parent 99cecaf commit 824edb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencies {
implementation project(':fragmentation')
implementation project(':fragmentation_swipeback')

// implementation 'com.github.weikaiyun.SFragmentation:fragmentation:1.6.7'
// implementation 'com.github.weikaiyun.SFragmentation:fragmentation_swipeback:1.6.7'
// implementation 'com.github.weikaiyun.SFragmentation:fragmentation:1.7.6'
// implementation 'com.github.weikaiyun.SFragmentation:fragmentation_swipeback:1.7.6'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${versions.kotlin}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx_coroutines}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${versions.kotlinx_coroutines}"

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
buildscript {
ext {
versions = [
kotlin : '1.4.10',
kotlin : '1.4.21',
kotlin_serialization : '1.0.0-RC',
kotlinx_coroutines : '1.3.9',
core_ktx : '1.3.2',
viewpager2 : '1.1.0-alpha01',
room : '2.2.5',
appcompat : '1.2.0',
fragment_version : '1.3.0-rc01',
constraintlayout : '2.0.1',
fragment_version : '1.3.0-rc02',
constraintlayout : '2.0.4',
lifecycle : '2.2.0',
debug_db : '1.0.6',
]
Expand All @@ -26,7 +26,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jetbrains.kotlin:kotlin-serialization:${versions.kotlin}"

Expand Down

0 comments on commit 824edb7

Please sign in to comment.