version:1.0

update:2021-10-13 18:52:13
fix:去除okgo,rxAndroid1,优化依赖
add:切换到奥乐云平台
This commit is contained in:
2021-10-13 18:54:20 +08:00
parent 13707fc96a
commit 3018660216
181 changed files with 2343 additions and 4445 deletions

View File

@@ -0,0 +1,14 @@
// IGetLicenseInterface.aidl
package com.aoleyun.sn;
// Declare any non-default types here with import statements
interface IGetLicenseInterface {
/**
* Demonstrates some basic types that you can use as parameters
* and return values in AIDL.
*/
void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
double aDouble, String aString);
String getLicense();
}

View File

@@ -0,0 +1,7 @@
// KeepAliveConnection.aidl
package com.aoleyun.sn;
// Declare any non-default types here with import statements
interface KeepAliveConnection {
}