Skip to content

Commit

Permalink
Gradle のバージョンを 7.2 に統一する
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Feb 20, 2024
1 parent 29164da commit c7d97dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,6 @@ jobs:
if: matrix.name == 'android'
run: |
sudo apt-get -y install ninja-build
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
if: matrix.name == 'android'
- name: Setup Android SDK
uses: android-actions/[email protected]
if: matrix.name == 'android'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
</manifest>
4 changes: 2 additions & 2 deletions android/SoraAudioManager/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("com.android.application") version "7.1.3" apply false
id("com.android.library") version "7.1.3" apply false
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 17 00:54:31 JST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c7d97dc

Please sign in to comment.