Skip to content

Commit

Permalink
Merge pull request #1 from SonamChugh13/Yang-branch
Browse files Browse the repository at this point in the history
configure Yang branch
  • Loading branch information
itshisher authored Feb 9, 2024
2 parents 95016e2 + ff834dd commit f8968a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'com.android.application'


buildscript {
repositories {
Expand All @@ -10,6 +10,11 @@ buildscript {
}
}

plugins {
id "org.sonarqube" version "4.4.1.3373"
}
apply plugin: 'com.android.application'

allprojects {
repositories {
google()
Expand Down

0 comments on commit f8968a2

Please sign in to comment.