Skip to content

Commit

Permalink
Upgrading to java17
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed May 11, 2023
1 parent 34ad59f commit 63516af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'org.jetbrains.kotlin.plugin.parcelize' version '1.8.20' apply false
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'org.jetbrains.kotlin.plugin.parcelize' version '1.8.10' apply false
id 'maven-publish'
}
4 changes: 2 additions & 2 deletions jitpack.ym
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- sdk install java 17.0.3-tem
- sdk use java 17.0.3-tem

0 comments on commit 63516af

Please sign in to comment.