Skip to content

Commit

Permalink
release : version 2.0.1
Browse files Browse the repository at this point in the history
* TargetSdk 33 -> 34
  • Loading branch information
hoyahozz committed Aug 28, 2024
1 parent 25dccad commit 88d70a3
Showing 1 changed file 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 @@ -15,8 +15,8 @@ android {
applicationId "com.dongyang.android.youdongknowme"
minSdk 24
targetSdk 34
versionCode 10
versionName "2.0.0"
versionCode 11
versionName "2.0.1"

buildConfigField "String", "API_KEY", properties['API_KEY']
buildConfigField "String", "BASE_URL", properties['BASE_URL']
Expand Down

0 comments on commit 88d70a3

Please sign in to comment.