File tree 6 files changed +33
-6
lines changed
app/src/androidTest/java/prieto/fernando/spacex/presentation/screens
src/main/kotlin/prieto/fernando/android/plugin
6 files changed +33
-6
lines changed Original file line number Diff line number Diff line change
1
+ * .iml
2
+ .gradle
3
+ .gradle /properties
4
+ /local.properties
5
+ /.idea /caches
6
+ /.idea /libraries
7
+ /.idea /modules.xml
8
+ /.idea /workspace.xml
9
+ /.idea /navEditor.xml
10
+ /.idea /assetWizardSettings.xml
11
+ .DS_Store
12
+ /build
13
+ /captures
14
+ .externalNativeBuild
15
+ .project
16
+ .idea /
17
+ .settings /
18
+ .vscode /
19
+ .gradle /
20
+ .idea /
21
+ app /build /
22
+ app /config /
23
+ buildSrc /.gradle /
24
+ core-android-test /build /
25
+ data-api /build /
26
+ data /build /
27
+ domain /build /
28
+ local.properties
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class MainScreenKtTest : BaseScreenTest() {
24
24
setMainContent()
25
25
26
26
composeTestRule.onNodeWithText(" Dashboard" , useUnmergedTree = true ).assertIsDisplayed()
27
- composeTestRule.onNodeWithText(" Launches" , useUnmergedTree = true ).assertIsDisplayed()
28
27
}
29
28
30
29
@InternalCoroutinesApi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath(" com.android.tools.build:gradle:7.3.1 " )
7
+ classpath(" com.android.tools.build:gradle:7.4.2 " )
8
8
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" )
9
9
classpath(" com.google.dagger:hilt-android-gradle-plugin:2.38.1" )
10
10
classpath(" com.karumi:shot:5.13.0" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
11
11
dependencies {
12
12
implementation(kotlin(" stdlib" ))
13
- implementation(" com.android.tools.build:gradle:7.3.1 " )
13
+ implementation(" com.android.tools.build:gradle:7.4.2 " )
14
14
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" )
15
15
16
16
implementation(gradleApi())
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ open class AndroidPlugin : Plugin<Project> {
67
67
}
68
68
69
69
compileOptions {
70
- sourceCompatibility = JavaVersion .VERSION_1_8
71
- targetCompatibility = JavaVersion .VERSION_1_8
70
+ sourceCompatibility = JavaVersion .VERSION_11
71
+ targetCompatibility = JavaVersion .VERSION_11
72
72
}
73
73
74
74
buildTypes {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
You can’t perform that action at this time.
0 commit comments