Skip to content

Commit

Permalink
Upgradle to gradle 8.7 and AGP 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed May 12, 2024
1 parent 8633312 commit e316418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.3.2"
agp = "8.4.0"
kotlin = '1.9.23'
ksp = '1.9.23-1.0.20'
compileSdk = '34'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Oct 01 09:04:05 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import androidx.lifecycle.SavedStateHandle
import com.sebaslogen.resacaapp.sample.di.koin.appModule
import org.junit.Test
import org.koin.android.test.verify.verify
import org.koin.core.annotation.KoinExperimentalAPI

class DependencyGraphTest {

@OptIn(KoinExperimentalAPI::class)
@Test
fun checkKoinModule() {
// Tests that the Koin module is correctly defined and it should not crash at runtime
Expand Down

0 comments on commit e316418

Please sign in to comment.