Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Sep 7, 2023
1 parent 6487d65 commit a362006
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 645 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: cimg/android:2023.06.1
- image: cimg/android:2023.08.1
environment:
GRADLE_OPTS: -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
steps:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
dependencies {
implementation(project(":lib"))
implementation("androidx.activity:activity:1.7.2")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test:runner:1.5.2")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
val androidGradleVersion = "8.0.2"
val androidGradleVersion = "8.1.1"
id("com.android.application") version androidGradleVersion apply false
id("com.android.library") version androidGradleVersion apply false
id("com.github.ben-manes.versions") version "0.46.0"
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("com.github.ben-manes.versions") version "0.47.0"
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
}

buildscript {
dependencies {
classpath("com.vanniktech:gradle-maven-publish-plugin:0.25.2")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.25.3")
}
}
Loading

0 comments on commit a362006

Please sign in to comment.