# HG changeset patch
# User jgindin@chagall
# Date 1643686817 18000
# Mon Jan 31 22:40:17 2022 -0500
# Node ID 81aa109a82877d30a26c6fc2d71859174e09a0e2
# Parent 69c379f5ffceebe1eb83bd9091f1a8787c47ea70
AS / Gradle Upgrade
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -26,5 +26,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Zmanim.xml b/.idea/runConfigurations/Zmanim.xml
--- a/.idea/runConfigurations/Zmanim.xml
+++ b/.idea/runConfigurations/Zmanim.xml
@@ -13,8 +13,7 @@
-
-
+
@@ -45,14 +44,14 @@
-
+
-
+
diff --git a/build.gradle b/build.gradle
--- a/build.gradle
+++ b/build.gradle
@@ -1,19 +1,19 @@
/*
- * Copyright (c) 2021. Jay R. Gindin
+ * Copyright (c) 2022. Jay R. Gindin
*/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
- jcenter()
+ mavenCentral()
maven {
url "https://maven.google.com"
}
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.3'
+ classpath 'com.android.tools.build:gradle:7.1.0'
// See https://github.com/moallemi/gradle-advanced-build-version
classpath 'org.moallemi.gradle.advanced-build-version:gradle-plugin:1.5.0'
@@ -25,7 +25,7 @@
allprojects {
repositories {
- jcenter()
+ mavenCentral()
maven {
url 'https://raw.githubusercontent.com/jgindin/maven-repo/master/'
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2021. Jay R. Gindin
+# Copyright (c) 2022. Jay R. Gindin
#
#Wed Jul 08 23:13:43 EDT 2020
@@ -7,4 +7,4 @@
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip