Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
[skip ci] Bump to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zjns committed Feb 26, 2023
1 parent 1754f9d commit ca3874e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("UnstableApiUsage")

import org.gradle.internal.os.OperatingSystem
import java.io.ByteArrayOutputStream
import java.nio.file.Paths
Expand Down Expand Up @@ -239,7 +241,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")
implementation("androidx.annotation:annotation:1.5.0")
implementation("androidx.annotation:annotation:1.6.0")
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
implementation("com.linkedin.dexmaker:dexmaker:2.28.3")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ android.experimental.enableNewResourceShrinker=true
android.experimental.enableNewResourceShrinker.preciseShrinking=true
# app version
buildWithGitSuffix=false
appVerName=1.1.3
appVerName=1.1.4

0 comments on commit ca3874e

Please # to comment.