Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobozhen committed Jun 7, 2020
1 parent 278c0ed commit c16a81b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion
compileSdkVersion 29
buildToolsVersion '29.0.3'

defaultConfig {
applicationId "com.absinthe.kage"
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode 500
versionCode 501
versionName "0.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation files('libs/nanohttpd-2.3.1.jar')

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5'
implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"

Expand All @@ -64,14 +64,14 @@ dependencies {
implementation 'com.drakeet.about:about:2.4.1'
implementation 'com.drakeet.multitype:multitype:4.2.0'
implementation 'it.sephiroth.android.library.imagezoom:imagezoom:2.3.0'
implementation 'com.blankj:utilcodex:1.28.3'
implementation 'com.blankj:utilcodex:1.29.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.airbnb.android:lottie:3.4.0'
implementation 'com.google.android.exoplayer:exoplayer:2.11.4'
implementation 'com.jakewharton.timber:timber:4.7.1'

testImplementation 'junit:junit:4.13'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
21 changes: 20 additions & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":407,"versionName":"0.4.7","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.absinthe.kage",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 501,
"versionName": "501",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AboutActivity : AbsAboutActivity() {
items.add(Card(getString(R.string.about_info)))

items.add(Category("Developers"))
items.add(Contributor(R.mipmap.pic_rabbit, "Absinthe", "Developer & Designer", "https://www.coolapk.com/u/482045"))
items.add(Contributor(R.mipmap.pic_rabbit, "Absinthe", "Developer & Designer", "https://github.com/zhaobozhen"))

items.add(Category("Open Source Licenses"))
items.add(License("kotlin", "JetBrains", License.APACHE_2, "https://github.com/JetBrains/kotlin"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Feb 25 19:44:33 CST 2020
#Sun Jun 07 13:52:11 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
Binary file added icons/play_store_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c16a81b

Please sign in to comment.