Skip to content

Commit

Permalink
roll back to target sdk 33 (#13)
Browse files Browse the repository at this point in the history
34 is not accepted yet.
  • Loading branch information
fardog authored Dec 5, 2023
1 parent a3be2de commit fd34733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdk 34
compileSdk 33
defaultConfig {
applicationId "io.fardog.timestamp"
minSdkVersion 25
targetSdkVersion 34
targetSdkVersion 33
versionCode 9
versionName "1.5.0"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.

0 comments on commit fd34733

Please sign in to comment.