-
Notifications
You must be signed in to change notification settings - Fork 74
Final update deps june 2025 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: final
Are you sure you want to change the base?
Conversation
Updates for v2 (wizard version)
…ne_2025 # Conflicts: # .gitignore # build.gradle.kts # composeApp/build.gradle.kts # composeApp/src/androidMain/kotlin/com/jetbrains/spacetutorial/App.kt # composeApp/src/androidMain/kotlin/com/jetbrains/spacetutorial/AppModule.kt # composeApp/src/androidMain/kotlin/com/jetbrains/spacetutorial/RocketLaunchViewModel.kt # composeApp/src/androidMain/kotlin/com/jetbrains/spacetutorial/theme/Color.kt # composeApp/src/androidMain/res/drawable/ic_launcher_background.xml # gradle.properties # gradle/libs.versions.toml # gradle/wrapper/gradle-wrapper.jar # gradle/wrapper/gradle-wrapper.properties # gradlew # iosApp/iosApp.xcodeproj/project.pbxproj # iosApp/iosApp/ContentView.swift # iosApp/iosApp/Info.plist # iosApp/iosApp/RocketLaunchRow.swift # iosApp/iosApp/iOSApp.swift # shared/build.gradle.kts # shared/src/androidMain/kotlin/com/jetbrains/spacetutorial/Platform.android.kt # shared/src/commonMain/kotlin/com/jetbrains/spacetutorial/Greeting.kt # shared/src/commonMain/kotlin/com/jetbrains/spacetutorial/Platform.kt # shared/src/commonMain/kotlin/com/jetbrains/spacetutorial/cache/Database.kt # shared/src/iosMain/kotlin/com/jetbrains/spacetutorial/KoinHelper.kt # shared/src/iosMain/kotlin/com/jetbrains/spacetutorial/Platform.ios.kt
LICENSE
Outdated
@@ -1,201 +0,0 @@ | |||
Apache License |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come we're removing the license?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh. Every time!!! It's the way I make the updates. Sorry about that.
@@ -2,18 +2,19 @@ | |||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | |||
<uses-permission android:name="android.permission.INTERNET" /> | |||
|
|||
<uses-permission android:name="android.permission.INTERNET" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate permission
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.