Skip to content

Commit

Permalink
Merge pull request #11 from crocodic-studio/bugfix/jdk
Browse files Browse the repository at this point in the history
Bugfix/jdk
  • Loading branch information
yzzzd authored Aug 22, 2023
2 parents 9b39b10 + 93dbae6 commit 6f82dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
// id 'com.google.devtools.ksp'
id 'kotlin-parcelize'
id 'kotlin-kapt'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id 'com.google.firebase.firebase-perf'
// id 'com.google.gms.google-services'
// id 'com.google.firebase.crashlytics'
// id 'com.google.firebase.firebase-perf'
// id 'com.google.dagger.hilt.android'
}

Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.6-open
- sdk use java 17.0.6-open

0 comments on commit 6f82dc4

Please sign in to comment.