Skip to content

Commit

Permalink
Changed compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinPaypay committed Oct 14, 2020
1 parent 5908a2a commit fa3f498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ allprojects {
apply plugin: 'project-report'

group = 'com.github.paypay'
version = '2.27.4'
version = '2.27.5'

sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenCentral()
Expand Down

0 comments on commit fa3f498

Please sign in to comment.