Updated Gradle and Other Plugins

This commit is contained in:
rahul bhat
2022-05-19 19:46:31 +05:30
parent 8ed1d2f3e3
commit 86b50a859f
3 changed files with 17 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ plugins {
id('kotlin-android')
id('kotlin-android-extensions')
id('kotlin-kapt')
id('maven')
id('maven-publish')
id('com.google.firebase.crashlytics')
id('com.google.gms.google-services')
id('com.google.firebase.firebase-perf')
@@ -227,9 +227,9 @@ repositories {
google()
}
uploadArchives {
publishing {
repositories {
mavenDeployer {
maven {
if (project.hasProperty('NEXUS_URL') && project.hasProperty('FLAVOR')) {
repository(url: "$NEXUS_URL") {
authentication(userName: "$NEXUS_USERNAME", password: "$NEXUS_PASSWORD")

View File

@@ -6,7 +6,7 @@ buildscript {
ext.work_version = '2.5.0'
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://plugins.gradle.org/m2/' }
maven {
@@ -15,16 +15,16 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath 'com.google.gms:google-services:4.3.10'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.4.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module adle files
// Add the Crashlytics Gradle plugin.
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
classpath 'com.google.firebase:perf-plugin:1.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath 'com.google.firebase:perf-plugin:1.4.1'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.38.1'
classpath 'in.juspay:hypersdk-asset-plugin:1.0.3'
@@ -36,7 +36,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://sdk.uxcam.com/android/'
@@ -62,7 +61,10 @@ allprojects {
secretKey "P712oWvsVZzVqHd4n27Wh46+4StF8gctCZi/wLBc"
}
}
maven { url 'http://maven.singular.net/' }
maven {
url 'http://maven.singular.net/'
allowInsecureProtocol = true
}
maven {
url "s3://okyc-navi-sdk.s3.amazonaws.com"
credentials(AwsCredentials) {

View File

@@ -1,6 +1,6 @@
#Fri Jul 23 13:12:50 IST 2021
#Thu May 19 19:17:36 IST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME