Skip to content

Commit

Permalink
Merge branch 'save_use_fragment_callback'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed May 1, 2023
2 parents e050cf2 + 6ba5530 commit 52a321b
Show file tree
Hide file tree
Showing 8 changed files with 3,737 additions and 3,732 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursFragment:0.13.2"
compile "ch.poole:OpeningHoursFragment:0.13.3"
}
```
44 changes: 22 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
buildscript {
repositories {
mavenCentral()
maven { url "https://maven.google.com" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
classpath 'org.jacoco:org.jacoco.core:0.8.7'
classpath 'com.github.ksoichiro:gradle-eclipse-aar-plugin:0.3.1'
}
}

allprojects {
repositories {
mavenCentral()
maven { url "https://maven.google.com" }
mavenLocal()
google()
jcenter()
}
}
buildscript {
repositories {
mavenCentral()
maven { url "https://maven.google.com" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'org.jacoco:org.jacoco.core:0.8.7'
classpath 'com.github.ksoichiro:gradle-eclipse-aar-plugin:0.3.1'
}
}

allprojects {
repositories {
mavenCentral()
maven { url "https://maven.google.com" }
mavenLocal()
google()
jcenter()
}
}
10 changes: 5 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-6.8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 52a321b

Please sign in to comment.