Skip to content

Commit

Permalink
chore(deps): bump nb-javac-android from 17.0.0.1 to 17.0.0.2 (#130)
Browse files Browse the repository at this point in the history
Bumps [nb-javac-android](https://github.com/itsaky/nb-javac-android) from 17.0.0.1 to 17.0.0.2.
- [Release notes](https://github.com/itsaky/nb-javac-android/releases)
- [Commits](https://github.com/itsaky/nb-javac-android/commits)

---
updated-dependencies:
- dependency-name: io.github.itsaky:nb-javac-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pranav <purwarpranav80@gmail.com>
  • Loading branch information
dependabot[bot] and PranavPurwar authored Jul 10, 2022
1 parent 0c86c0e commit a182dfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'com.android.tools:r8:3.3.28'
implementation project(path: ':google-java-format')
implementation project(path: ':eclipse-jdt')
implementation 'io.github.itsaky:nb-javac-android:17.0.0.1'
implementation 'io.github.itsaky:nb-javac-android:17.0.0.2'
implementation project(path: ':common')
implementation project(path: ':project-creator')
implementation project(':kotlinc')
Expand Down
2 changes: 1 addition & 1 deletion code-analyzer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

dependencies {
implementation 'io.github.itsaky:nb-javac-android:17.0.0.1'
implementation 'io.github.itsaky:nb-javac-android:17.0.0.2'
implementation project(path: ':common')
implementation project(path: ':sora-editor')
implementation project(path: ':project-creator')
Expand Down
2 changes: 1 addition & 1 deletion google-java-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
compileOnly 'com.google.guava:guava:31.1-jre'
implementation 'com.google.auto.value:auto-value-annotations:1.9'
annotationProcessor 'com.google.auto.value:auto-value:1.9'
implementation 'io.github.itsaky:nb-javac-android:17.0.0.1'
implementation 'io.github.itsaky:nb-javac-android:17.0.0.2'
}

0 comments on commit a182dfc

Please sign in to comment.