File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
exclude group : ' com.google.firebase' , module : ' firebase-messaging'
78
78
}
79
79
// Add HMS Push library
80
- huaweiImplementation ' com.huawei.hms:push:5.3 .0.304 '
80
+ huaweiImplementation ' com.huawei.hms:push:6.1 .0.300 '
81
81
// Optionally add HMS location
82
82
huaweiImplementation ' com.huawei.hms:location:4.0.0.300'
83
83
/* * END - Huawei Builds **/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
classpath ' com.android.tools.build:gradle:7.0.4'
13
13
classpath ' com.google.gms:google-services:4.3.10'
14
14
classpath ' gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.14.0, 0.99.99]'
15
- classpath ' com.huawei.agconnect:agcp:1.2.1.301 '
15
+ classpath ' com.huawei.agconnect:agcp:1.6.2.300 '
16
16
17
17
// TODO: Do not place your application dependencies here; they belong
18
18
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ buildscript {
9
9
]
10
10
androidGradlePluginVersion = ' 7.0.4'
11
11
googleServicesGradlePluginVersion = ' 4.3.10'
12
- huaweiAgconnectVersion = ' 1.2.1.301 '
13
- huaweiHMSPushVersion = ' 5.3 .0.304 '
12
+ huaweiAgconnectVersion = ' 1.6.2.300 '
13
+ huaweiHMSPushVersion = ' 6.1 .0.300 '
14
14
huaweiHMSLocationVersion = ' 4.0.0.300'
15
15
kotlinVersion = ' 1.4.32'
16
16
onesignalGradlePluginVersion = ' [0.14.0, 0.99.99]'
Original file line number Diff line number Diff line change 5
5
versionName : ' 1.0'
6
6
]
7
7
androidTestCoreVersion = ' 1.3.0'
8
- androidWorkTestVersion = ' 2.5.0 '
8
+ androidWorkTestVersion = ' 2.7.1 '
9
9
awaitilityVersion = ' 3.1.5'
10
10
firebaseAnalytics = ' 19.0.1'
11
- googlePlayServicesVersion = ' 17 .0.0'
11
+ googlePlayServicesVersion = ' 18 .0.0'
12
12
jUnitVersion = ' 4.13.2'
13
13
reflectionsVersion = ' 0.9.12'
14
14
roboelectricVersion = ' 4.4'
Original file line number Diff line number Diff line change 6
6
<uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
7
7
8
8
<application >
9
- <activity android : name =" .MainActivity" />
9
+ <activity
10
+ android : name =" .MainActivity"
11
+ android : exported =" true"
12
+ />
10
13
11
- <activity android : name =" .BlankActivity" >
14
+ <activity
15
+ android : name =" .BlankActivity"
16
+ android : exported =" true" >
12
17
<intent-filter >
13
18
<action android : name =" android.intent.action.MAIN" />
14
19
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments