Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
huan721 committed Jun 7, 2022
1 parent 59655c4 commit 551d374
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
4 changes: 0 additions & 4 deletions applinking/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## AppLinking quickstart

<<<<<<< HEAD
English | [中文](https://github.com/AppGalleryConnect/agc-demos/blob/main/Android/applinking/README_ZH.md)
=======
English | [中文]()
>>>>>>> dfa4723fa944e69ada9f5f1677ee9ed3a9ba5607

## Table of Contents

Expand Down
9 changes: 1 addition & 8 deletions appmessaging/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
<<<<<<< HEAD
appmessagingVersion = "1.5.2.300"
}

buildscript {
ext.agcpVersion = '1.5.2.300'
=======
appmessagingVersion = "1.6.1.300"
}

buildscript {
ext.agcpVersion = '1.6.1.300'
ext.kotlin_version = "1.5.10"
>>>>>>> dfa4723fa944e69ada9f5f1677ee9ed3a9ba5607

repositories {
maven { url file('repo').toURI() }
maven { url 'https://developer.huawei.com/repo' }
Expand Down
8 changes: 0 additions & 8 deletions authservice/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
<<<<<<< HEAD
authVersion = '1.5.2.300'
}

buildscript {
ext.agcpVersion = '1.5.2.300'
=======
authVersion = '1.6.1.300'
}

buildscript {
ext.agcpVersion = '1.6.1.300'
ext.kotlin_version = "1.5.10"
>>>>>>> dfa4723fa944e69ada9f5f1677ee9ed3a9ba5607

repositories {
maven { url file('repo').toURI() }
Expand Down
9 changes: 1 addition & 8 deletions crash/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
<<<<<<< HEAD
crashVersion = "1.5.2.300"
}

buildscript {
ext.agcpVersion = '1.5.2.300'
=======
crashVersion = "1.6.1.300"
}

buildscript {
ext.agcpVersion = '1.6.1.300'
ext.kotlin_version = "1.5.10"
>>>>>>> dfa4723fa944e69ada9f5f1677ee9ed3a9ba5607

repositories {
google()
jcenter()
Expand Down

0 comments on commit 551d374

Please sign in to comment.