We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22e127 commit ffe6a75Copy full SHA for ffe6a75
Android/Delus/app/build.gradle
@@ -6,8 +6,8 @@ android {
6
applicationId 'com.delus.rechain'
7
minSdk 21
8
targetSdk 34
9
- versionCode 13
10
- versionName '13'
+ versionCode 14
+ versionName '14'
11
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12
multiDexEnabled true
13
}
@@ -36,4 +36,4 @@ dependencies {
36
implementation 'com.onesignal:OneSignal:[5.0.0, 5.99.99]'
37
38
39
-apply plugin: 'com.huawei.agconnect'
+apply plugin: 'com.huawei.agconnect'
0 commit comments