|
@@ -18,25 +18,25 @@ android {
|
|
|
applicationId "com.cooleshow.student"
|
|
|
minSdkVersion 21
|
|
|
targetSdkVersion 30
|
|
|
- versionCode 173
|
|
|
- versionName "1.7.3"
|
|
|
+ versionCode 175
|
|
|
+ versionName "1.7.5"
|
|
|
|
|
|
ndk {
|
|
|
abiFilters "armeabi-v7a", "arm64-v8a"
|
|
|
}
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
manifestPlaceholders = [
|
|
|
- qqappid: "1110018403",
|
|
|
- JPUSH_PKGNAME: applicationId,
|
|
|
- JPUSH_APPKEY : "911d07f359c18a078f29792f", //JPush 上注册的包名对应的 Appkey.
|
|
|
- JPUSH_CHANNEL: "developer-default", //暂时填写默认值即可.
|
|
|
- XIAOMI_APPID : "MI-2882303761520172242",
|
|
|
+ qqappid : "1110018403",
|
|
|
+ JPUSH_PKGNAME : applicationId,
|
|
|
+ JPUSH_APPKEY : "911d07f359c18a078f29792f", //JPush 上注册的包名对应的 Appkey.
|
|
|
+ JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可.
|
|
|
+ XIAOMI_APPID : "MI-2882303761520172242",
|
|
|
XIAOMI_APPKEY : "MI-5692017221242",
|
|
|
- OPPO_APPKEY : "OP-5b2b716e774c45f2bd9a90b242b295e9",
|
|
|
- OPPO_APPID : "OP-30841111",
|
|
|
- OPPO_APPSECRET : "OP-3f1d849d8bce4273be48ca08a2ce320b",
|
|
|
- VIVO_APPKEY : "ebf526d1d61ab3bba65ce30d333189f3",
|
|
|
- VIVO_APPID : "105573871",
|
|
|
+ OPPO_APPKEY : "OP-5b2b716e774c45f2bd9a90b242b295e9",
|
|
|
+ OPPO_APPID : "OP-30841111",
|
|
|
+ OPPO_APPSECRET: "OP-3f1d849d8bce4273be48ca08a2ce320b",
|
|
|
+ VIVO_APPKEY : "ebf526d1d61ab3bba65ce30d333189f3",
|
|
|
+ VIVO_APPID : "105573871",
|
|
|
]
|
|
|
}
|
|
|
|
|
@@ -105,6 +105,8 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
+ implementation fileTree(dir: '../accompanySDK/libs', include: ['*.jar', '*.aar'])
|
|
|
+
|
|
|
implementation 'androidx.core:core-ktx:1.6.0'
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
|
implementation 'com.google.android.material:material:1.4.0'
|