Skip to content

Commit c19e2ff

Browse files
committed
Update SDK versions to 35 and add module outputs to artifacts
1 parent c3efef0 commit c19e2ff

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.idea/artifacts/composeApp_js.xml

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

.idea/artifacts/rebugger_js.xml

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

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ kotlin {
7171

7272
android {
7373
namespace = "com.github.theapache64.rebugger"
74-
compileSdk = 34
74+
compileSdk = 35
7575

7676
defaultConfig {
7777
minSdk = 21
78-
targetSdk = 34
78+
targetSdk = 35
7979

8080
applicationId = "com.github.theapache64.rebugger.androidApp"
8181
versionCode = 1

rebugger/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868

6969
android {
7070
namespace = "com.github.theapache64.rebugger"
71-
compileSdk = 34
71+
compileSdk = 35
7272

7373
defaultConfig {
7474
minSdk = 21

0 commit comments

Comments
 (0)