-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
286 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# Add project specific ProGuard rules here. | ||
# By default, the flags in this file are appended to flags specified | ||
# in /Applications/Android Studio 0.8.app/sdk/tools/proguard/proguard-android.txt | ||
# You can edit the include path and order by changing the proguardFiles | ||
# directive in build.gradle. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
-keep public class jp.kshoji.blemidi.** { | ||
public protected *; | ||
} | ||
-keep public class jp.kshoji.javax.sound.midi.** { | ||
public protected *; | ||
} | ||
-keep public class jp.kshoji.unity.midi.** { | ||
public protected *; | ||
} | ||
|
||
# Add any project specific keep options here: | ||
-keepparameternames | ||
-renamesourcefileattribute SourceFile | ||
-keepattributes Signature,Exceptions,*Annotation*, | ||
InnerClasses,PermittedSubclasses,EnclosingMethod, | ||
Deprecated,SourceFile,LineNumberTable | ||
|
||
# If your project uses WebView with JS, uncomment the following | ||
# and specify the fully qualified class name to the JavaScript interface | ||
# class: | ||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { | ||
# public *; | ||
#} | ||
-keepclassmembers,allowoptimization enum * { | ||
public static **[] values(); | ||
public static ** valueOf(java.lang.String); | ||
} | ||
|
||
-keepclassmembers class * implements java.io.Serializable { | ||
static final long serialVersionUID; | ||
private static final java.io.ObjectStreamField[] serialPersistentFields; | ||
private void writeObject(java.io.ObjectOutputStream); | ||
private void readObject(java.io.ObjectInputStream); | ||
java.lang.Object writeReplace(); | ||
java.lang.Object readResolve(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+44.8 KB
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
19e3e2462a40cb35401640b5f875359b |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3ad83424e4db9d8e5c25844060f99f4a9f08a673 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15-sources.jar.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
853cbd4d6d6fb23dede75d911cab3fe8a56f0e98cb8ff104bc9bd76528a3b587 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15-sources.jar.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f48aaf2791211c2e6cb8de09722be5751fefc38db868a72bc714f5ed5c7655f21cdd4e8b51bc2190046e545be97fb2f01ba97c230e86c8d9c513c9ee08a618a9 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
83631d14a5293675b87d506b755bcf47 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8756d18aaa2d4c1cb67b08841003e56b3c6652ba |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.aar.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aa4d1d0d19c13aeacda6801ef1abff5b4e86f1b55baf645035ed5f3c71240ee9 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.aar.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5d6e95bfa8c3b3fb90d9b06dcdd38dd2bba578789c936dcd87fa1fc5b3d479066d770e3d1d1012311856530110906aab81bf5035ac7f91b0f235e05cb683b31c |
136 changes: 136 additions & 0 deletions
136
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
{ | ||
"formatVersion": "1.1", | ||
"component": { | ||
"group": "jp.kshoji", | ||
"module": "ble-midi", | ||
"version": "0.0.15", | ||
"attributes": { | ||
"org.gradle.status": "release" | ||
} | ||
}, | ||
"createdBy": { | ||
"gradle": { | ||
"version": "8.4" | ||
} | ||
}, | ||
"variants": [ | ||
{ | ||
"name": "releaseVariantReleaseApiPublication", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.libraryelements": "aar", | ||
"org.gradle.usage": "java-api" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "jp.kshoji", | ||
"module": "javax-sound-midi", | ||
"version": { | ||
"requires": "0.0.4" | ||
}, | ||
"excludes": [ | ||
{ | ||
"group": "*", | ||
"module": "*" | ||
} | ||
], | ||
"thirdPartyCompatibility": { | ||
"artifactSelector": { | ||
"name": "javax-sound-midi", | ||
"type": "aar", | ||
"extension": "aar" | ||
} | ||
} | ||
}, | ||
{ | ||
"group": "com.android.support", | ||
"module": "support-annotations", | ||
"version": { | ||
"requires": "28.0.0" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "ble-midi-0.0.15.aar", | ||
"url": "ble-midi-0.0.15.aar", | ||
"size": 100902, | ||
"sha512": "5d6e95bfa8c3b3fb90d9b06dcdd38dd2bba578789c936dcd87fa1fc5b3d479066d770e3d1d1012311856530110906aab81bf5035ac7f91b0f235e05cb683b31c", | ||
"sha256": "aa4d1d0d19c13aeacda6801ef1abff5b4e86f1b55baf645035ed5f3c71240ee9", | ||
"sha1": "8756d18aaa2d4c1cb67b08841003e56b3c6652ba", | ||
"md5": "83631d14a5293675b87d506b755bcf47" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "releaseVariantReleaseRuntimePublication", | ||
"attributes": { | ||
"org.gradle.category": "library", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.libraryelements": "aar", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"group": "jp.kshoji", | ||
"module": "javax-sound-midi", | ||
"version": { | ||
"requires": "0.0.4" | ||
}, | ||
"excludes": [ | ||
{ | ||
"group": "*", | ||
"module": "*" | ||
} | ||
], | ||
"thirdPartyCompatibility": { | ||
"artifactSelector": { | ||
"name": "javax-sound-midi", | ||
"type": "aar", | ||
"extension": "aar" | ||
} | ||
} | ||
}, | ||
{ | ||
"group": "com.android.support", | ||
"module": "support-annotations", | ||
"version": { | ||
"requires": "28.0.0" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "ble-midi-0.0.15.aar", | ||
"url": "ble-midi-0.0.15.aar", | ||
"size": 100902, | ||
"sha512": "5d6e95bfa8c3b3fb90d9b06dcdd38dd2bba578789c936dcd87fa1fc5b3d479066d770e3d1d1012311856530110906aab81bf5035ac7f91b0f235e05cb683b31c", | ||
"sha256": "aa4d1d0d19c13aeacda6801ef1abff5b4e86f1b55baf645035ed5f3c71240ee9", | ||
"sha1": "8756d18aaa2d4c1cb67b08841003e56b3c6652ba", | ||
"md5": "83631d14a5293675b87d506b755bcf47" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "releaseVariantReleaseSourcePublication", | ||
"attributes": { | ||
"org.gradle.category": "documentation", | ||
"org.gradle.dependency.bundling": "external", | ||
"org.gradle.docstype": "sources", | ||
"org.gradle.usage": "java-runtime" | ||
}, | ||
"files": [ | ||
{ | ||
"name": "ble-midi-0.0.15-sources.jar", | ||
"url": "ble-midi-0.0.15-sources.jar", | ||
"size": 45880, | ||
"sha512": "f48aaf2791211c2e6cb8de09722be5751fefc38db868a72bc714f5ed5c7655f21cdd4e8b51bc2190046e545be97fb2f01ba97c230e86c8d9c513c9ee08a618a9", | ||
"sha256": "853cbd4d6d6fb23dede75d911cab3fe8a56f0e98cb8ff104bc9bd76528a3b587", | ||
"sha1": "3ad83424e4db9d8e5c25844060f99f4a9f08a673", | ||
"md5": "19e3e2462a40cb35401640b5f875359b" | ||
} | ||
] | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.module.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9c5d6e746959b389094169b9c3e6da31 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.module.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
13f4e8eb6526683d7e2b8d43caead48afa363a71 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.module.sha256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aee1f9dd880454d611f1bfe06699b74d1c185979e0286113ae22e3b3c4f894b2 |
1 change: 1 addition & 0 deletions
1
library/repository/jp/kshoji/ble-midi/0.0.15/ble-midi-0.0.15.module.sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
27b4dad64eb1a6106f334723bd5abc92f4011c45bf1824956907af75e45386fbb0440f39e1c758b8941a649d03703ca9d8c923ec02f3a387bc2ae9ae17053ab1 |
Oops, something went wrong.