File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* groovylint-disable DuplicateStringLiteral */
2+
3+ import com.android.Version
24import io.invertase.gradle.common.PackageJson
35
46buildscript {
@@ -117,7 +119,7 @@ if (rootProject.ext && rootProject.ext.firebaseJson) {
117119}
118120
119121android {
120- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
122+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
121123 if (agpVersion >= 7 ) {
122124 namespace = ' io.invertase.firebase.analytics'
123125 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.appcheck'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.appdistribution'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23import org.gradle.internal.jvm.Jvm
34
@@ -60,7 +61,7 @@ if (rootProject.ext && rootProject.ext.firebaseJson) {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -59,7 +60,7 @@ project.ext {
5960}
6061
6162android {
62- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
63+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6364 if (agpVersion >= 7 ) {
6465 namespace = ' io.invertase.firebase.auth'
6566 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.crashlytics'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.database'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.firestore'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -60,7 +61,7 @@ project.ext {
6061}
6162
6263android {
63- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
64+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
6465 if (agpVersion >= 7 ) {
6566 namespace = ' io.invertase.firebase.functions'
6667 }
Original file line number Diff line number Diff line change 1+ import com.android.Version
12import io.invertase.gradle.common.PackageJson
23
34buildscript {
@@ -82,7 +83,7 @@ if (rootProject.ext && rootProject.ext.firebaseJson) {
8283}
8384
8485android {
85- def agpVersion = com.android. Version. ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
86+ def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
8687 if (agpVersion >= 7 ) {
8788 namespace = ' io.invertase.firebase.fiam'
8889 }
You can’t perform that action at this time.
0 commit comments