Skip to content

Commit

Permalink
v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfriend committed Aug 9, 2024
1 parent 9a2bbb7 commit 81e1321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bunnies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ kapt {
android {
namespace = "com.fueledbycaffeine.bunnypedia"

compileSdkVersion 34
compileSdk 34
defaultConfig {
applicationId "com.fueledbycaffeine.bunnypedia"
minSdkVersion 23
targetSdkVersion 34
versionCode 36
versionName "0.29"
versionCode 37
versionName "0.30"

multiDexEnabled true
}
Expand Down

0 comments on commit 81e1321

Please sign in to comment.