Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Jan 18, 2024
1 parent e5493ef commit 473300e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

kotlin {
jvmToolchain(8)
jvmToolchain(17)
}

android {
Expand Down Expand Up @@ -57,7 +57,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'org.unifiedpush.android'
artifactId = 'android-embedded_fcm_distributor'
version = '2.3.0'
version = '2.4.0'
}
}
}
Expand Down

0 comments on commit 473300e

Please sign in to comment.