Skip to content

Commit 8adfe49

Browse files
committed
Fix that "tutorials:tutorials" didn't work on Jitpack
1 parent a4ac80c commit 8adfe49

146 files changed

Lines changed: 25 additions & 28 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ include(":samples:legacy-architecture-samples:simple-stack-example-mvp-view")
1313
include(":samples:legacy-architecture-samples:simple-stack-example-mvvm-fragments")
1414
include(":samples:scoping-samples:simple-stack-example-scoping")
1515
include(":samples:shared-element-samples:simple-stack-example-sharedelement-fragment")
16-
include(":tutorials:tutorials")
16+
include(":tutorials:tutorial-sample")
File renamed without changes.

tutorials/tutorials/src/androidTest/java/com/zhuinden/simplestacktutorials/ExampleInstrumentedTest.kt renamed to tutorials/tutorial-sample/src/androidTest/java/com/zhuinden/simplestacktutorials/ExampleInstrumentedTest.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package com.zhuinden.simplestacktutorials
22

3-
import androidx.test.platform.app.InstrumentationRegistry
43
import androidx.test.ext.junit.runners.AndroidJUnit4
5-
4+
import androidx.test.platform.app.InstrumentationRegistry
5+
import org.junit.Assert.assertEquals
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

9-
import org.junit.Assert.*
10-
119
/**
1210
* Instrumented test, which will execute on an Android device.
1311
*
File renamed without changes.

tutorials/tutorials/src/main/java/com/zhuinden/simplestacktutorials/app/MainActivity.kt renamed to tutorials/tutorial-sample/src/main/java/com/zhuinden/simplestacktutorials/app/MainActivity.kt

File renamed without changes.

tutorials/tutorials/src/main/java/com/zhuinden/simplestacktutorials/steps/step_1/Step1Activity.kt renamed to tutorials/tutorial-sample/src/main/java/com/zhuinden/simplestacktutorials/steps/step_1/Step1Activity.kt

File renamed without changes.

tutorials/tutorials/src/main/java/com/zhuinden/simplestacktutorials/steps/step_2/Step2Activity.kt renamed to tutorials/tutorial-sample/src/main/java/com/zhuinden/simplestacktutorials/steps/step_2/Step2Activity.kt

File renamed without changes.

0 commit comments

Comments
 (0)