Skip to content

Commit

Permalink
Merge pull request #3 from yonghanJu/feat/capture_module
Browse files Browse the repository at this point in the history
jitpack.yml 파일 추가
  • Loading branch information
yonghanJu authored Jul 6, 2023
2 parents 61f5675 + 2c34ce5 commit ce59518
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down Expand Up @@ -66,4 +66,4 @@ dependencies {
// Compose
implementation "androidx.compose.runtime:runtime:1.2.0"
implementation "androidx.compose.ui:ui-graphics:1.2.0"
}
}
4 changes: 2 additions & 2 deletions capture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
-openjdk11

0 comments on commit ce59518

Please sign in to comment.