Skip to content

Commit

Permalink
[skip ci] Bump 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Apr 9, 2022
1 parent c839ff2 commit 817443a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ dependencies {
implementation("com.google.protobuf:protobuf-kotlin-lite:3.19.4")
compileOnly("com.google.protobuf:protoc:3.19.4")
implementation("org.jetbrains.kotlin:kotlin-stdlib:${rootProject.extra["kotlinVersion"]}")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.1")
implementation("androidx.documentfile:documentfile:1.0.1")
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
}
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<fields>;
}

-keepclasseswithmembernames class me.iacn.biliroaming.utils.DexHelper {
-keepclasseswithmembers class me.iacn.biliroaming.utils.DexHelper {
native <methods>;
long token;
java.lang.ClassLoader classLoader;
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
val kotlinVersion by extra ("1.6.10")
val kotlinVersion by extra ("1.6.20")
repositories {
google()
mavenCentral()
maven(url="https://storage.googleapis.com/r8-releases/raw")
}
dependencies {
classpath("com.android.tools:r8:3.3.14-dev")
classpath("com.android.tools.build:gradle:7.1.2")
classpath("com.android.tools:r8:3.3.28")
classpath("com.android.tools.build:gradle:7.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.8.18")

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ android.enableR8.fullMode=true
android.experimental.enableNewResourceShrinker=true
android.experimental.enableNewResourceShrinker.preciseShrinking=true

appVerName=1.6.1
appVerCode=61
appVerName=1.6.2
appVerCode=62
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 817443a

Please sign in to comment.