Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed May 18, 2024
1 parent c378668 commit b3ead63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdk 33
compileSdk 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -34,7 +34,7 @@ android {
applicationId "com.yihengquan.gogoanime"
minSdkVersion 19
targetSdkVersion 33
versionCode 13101
versionCode 13102
versionName "1.3.1"
}

Expand Down

0 comments on commit b3ead63

Please sign in to comment.