Skip to content

Commit

Permalink
[Release] Change: Bump to v1.2.5
Browse files Browse the repository at this point in the history
Fix:
- build.gradle: Use org.jetbrains.kotlin:kotlin-stdlib instead of org.jetbrains.kotlin:kotlin-stdlib-jdk7
  • Loading branch information
guhungry committed Jul 23, 2024
1 parent 34962c7 commit 3759704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photomanipulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdk 16
versionCode 2
versionName "1.2.4"
versionName "1.2.5"
targetSdk 34
multiDexEnabled true

Expand Down Expand Up @@ -68,7 +68,7 @@ android {

dependencies {
implementation "androidx.multidex:multidex:2.0.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation "androidx.exifinterface:exifinterface:1.3.7"

Expand Down

0 comments on commit 3759704

Please sign in to comment.