Skip to content

Commit

Permalink
Update compile & target SDKs to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 17, 2025
1 parent fe8e193 commit 173a6b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.skydoves.balloon

object Configuration {
const val compileSdk = 34
const val targetSdk = 34
const val compileSdk = 35
const val targetSdk = 35
const val minSdk = 21
const val minSdkBenchmark = 23
const val majorVersion = 1
Expand Down

0 comments on commit 173a6b4

Please sign in to comment.