Skip to content

Commit

Permalink
[android][expo-brightness] Rewrite android code to Kotlin (expo#13993)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar authored and Felipe committed Sep 18, 2021
1 parent 60784e6 commit 6c1f03a
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 240 deletions.
1 change: 1 addition & 0 deletions packages/expo-brightness/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### 💡 Others

- Rewrite android code to Kotlin. ([#13993](https://github.com/expo/expo/pull/13993) by [@kkafar](https://github.com/kkafar))
- Migrated from `@unimodules/core` to `expo-modules-core`. ([#13757](https://github.com/expo/expo/pull/13757) by [@tsapeta](https://github.com/tsapeta))

## 9.2.0 — 2021-06-16
Expand Down
4 changes: 4 additions & 0 deletions packages/expo-brightness/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
}

defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 30)
Expand Down

This file was deleted.

Loading

0 comments on commit 6c1f03a

Please sign in to comment.