Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Dec 23, 2020
1 parent a69614a commit 5da71f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Expand Up @@ -9,7 +9,7 @@ plugins {

android {
compileSdkVersion(30)
buildToolsVersion = "30.0.2"
buildToolsVersion = "30.0.3"

defaultConfig {
applicationId = "io.github.yueeng.hacg"
Expand Down Expand Up @@ -63,16 +63,16 @@ dependencies {
val okhttpVersion = "4.9.0"
val kotlinxCoroutinesVersion = "1.4.1"
implementation("androidx.appcompat:appcompat:1.3.0-alpha02")
implementation("com.google.android.material:material:1.3.0-alpha04")
implementation("com.google.android.material:material:1.3.0-beta01")
implementation("androidx.preference:preference-ktx:1.1.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.recyclerview:recyclerview:1.2.0-beta01")
implementation("androidx.slidingpanelayout:slidingpanelayout:1.1.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
implementation("androidx.viewpager2:viewpager2:1.1.0-alpha01")
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
implementation("androidx.fragment:fragment-ktx:1.3.0-beta01")
implementation("androidx.paging:paging-runtime-ktx:3.0.0-alpha09")
implementation("androidx.fragment:fragment-ktx:1.3.0-rc01")
implementation("androidx.paging:paging-runtime-ktx:3.0.0-alpha11")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion")
implementation("com.github.clans:fab:1.6.4")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:4.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21")

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

0 comments on commit 5da71f3

Please sign in to comment.