Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed Jul 1, 2021
1 parent 30b0bf6 commit 8318162
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MIDIDriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'jp.kshoji:javax-sound-midi:0.0.4-SNAPSHOT:@aar'
api 'jp.kshoji:javax-sound-midi:0.0.4:@aar'
api 'com.android.support:support-annotations:28.0.0'
compileOnly project(':UnityPlayerMock')
api fileTree(dir: 'libs', include: '*.jar')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>jp.kshoji</groupId>
<artifactId>javax-sound-midi</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<type>aar</type>
<classifier></classifier>
<scope>compile</scope>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de800e1978094871da8b6439ef4309c6
97a765d44cc252161b7a4cfc1ba66751
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17e80efbae23e80a2aaad803207d0b24e6952e92
2d8d6c2492b8090e499bc9b54d96437cd29a543b
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<version>0.1.5-SNAPSHOT</version>
<version>0.1.5</version>
</versions>
<lastUpdated>20210701002853</lastUpdated>
<lastUpdated>20210701045157</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1a7708521982eaada5cbf0c62b02213f
997bf89c462f40a89a44c0b9006b5b63
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dc6d33e2b1e8c72285b75e11924ed1f1159505c7
bb8df741b2fc8f0771a6fcdfa28c7a64adb9320b

0 comments on commit 8318162

Please sign in to comment.