Skip to content

Commit

Permalink
Dependency updates:
Browse files Browse the repository at this point in the history
- Gradle 5.4.1
- Kotlin 1.3.31
- Android SDK (target and compile) 29
Replace upstream com.readystatesoftware.chuck:library by pl.droidsonroids:chuck
Release 0.0.11
  • Loading branch information
koral-- committed Jun 13, 2019
1 parent 94d4f0d commit 3b3a817
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.0.11 - 13.06.2019
- Gradle 5.4.1
- Kotlin 1.3.31
- Android SDK (target and compile) 29
- Replace upstream com.readystatesoftware.chuck:library by pl.droidsonroids:chuck

### 0.0.10 - 16.04.2019
- Gradle 5.3.1
- Kotlin 1.3.30
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
ext.versions = [
minSdk : 15,
compileSdk : 28,
targetSdk : 28,
kotlin : '1.3.30',
androidGradlePlugin: '3.3.2',
mavenPublishPlugin : '0.7.0',
compileSdk : 29,
targetSdk : 29,
kotlin : '1.3.31',
androidGradlePlugin: '3.4.1',
mavenPublishPlugin : '0.8.0',
versionsPlugin : '0.21.0',
hyperion : '0.9.27',
debugDb : '1.0.6',
chuck : '1.1.0',
chuck : '1.1.36',
hyperionAppInfo : '1.0.0',
deviceNames : '1.1.8',
autoService : '1.0-rc5',
Expand Down
2 changes: 1 addition & 1 deletion chuck_plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = GROUP

dependencies {
implementation "com.readystatesoftware.chuck:library:$versions.chuck"
implementation "pl.droidsonroids:chuck:$versions.chuck"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.10
VERSION_NAME=0.0.11
GROUP=pl.droidsonroids.foqa
POM_URL=https://github.com/DroidsOnRoids/FoQA
POM_SCM_URL=https://github.com/DroidsOnRoids/FoQA
Expand Down
2 changes: 1 addition & 1 deletion 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\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3b3a817

Please sign in to comment.