Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created February 10, 2022 14:53
Show Gist options
  • Save devwithzachary/a21be6ba190cdfc9c7aff0768c5ec02e to your computer and use it in GitHub Desktop.
Save devwithzachary/a21be6ba190cdfc9c7aff0768c5ec02e to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
apply plugin: 'com.huawei.agconnect'
android {…..}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.huawei.agconnect:agconnect-appmessaging:1.5.2.300'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment