File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.3 .2"
3
- android-compileSdk = " 34 "
2
+ agp = " 8.2 .2"
3
+ android-compileSdk = " 35 "
4
4
android-minSdk = " 23"
5
- android-targetSdk = " 34 "
5
+ android-targetSdk = " 35 "
6
6
androidx-activityCompose = " 1.9.0"
7
7
androidx-appcompat = " 1.7.0"
8
8
androidx-core-ktx = " 1.13.1"
@@ -12,9 +12,9 @@ compose = "1.6.8"
12
12
compose-plugin = " 1.6.10"
13
13
junit = " 4.13.2"
14
14
kotlin = " 2.0.0"
15
- dokka = " 1.9.10 "
15
+ dokka = " 1.9.20 "
16
16
binary-compatibility-validator = " 0.14.0"
17
- junit-jupiter-api = " 5.10.0 "
17
+ junit-jupiter-api = " 5.10.2 "
18
18
kotlin-test-junit = " 1.9.0"
19
19
jzz = " 1.8.1"
20
20
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -1979,6 +1979,7 @@ public final class dev/atsushieno/ktmidi/UmpRetrievalKt {
1979
1979
public static final fun toPlatformBytes (Ldev/atsushieno/ktmidi/Ump;[BI)V
1980
1980
public static final fun toPlatformBytes (Ldev/atsushieno/ktmidi/Ump;[BILdev/atsushieno/ktmidi/ByteOrder;)V
1981
1981
public static final fun toPlatformNativeBytes (Ldev/atsushieno/ktmidi/Ump;)[B
1982
+ public static final fun umpSizeInInts (I)I
1982
1983
}
1983
1984
1984
1985
public final class dev/atsushieno/ktmidi/UmpRetriever {
Original file line number Diff line number Diff line change @@ -1978,6 +1978,7 @@ public final class dev/atsushieno/ktmidi/UmpRetrievalKt {
1978
1978
public static final fun toPlatformBytes (Ldev/atsushieno/ktmidi/Ump;[BI)V
1979
1979
public static final fun toPlatformBytes (Ldev/atsushieno/ktmidi/Ump;[BILdev/atsushieno/ktmidi/ByteOrder;)V
1980
1980
public static final fun toPlatformNativeBytes (Ldev/atsushieno/ktmidi/Ump;)[B
1981
+ public static final fun umpSizeInInts (I)I
1981
1982
}
1982
1983
1983
1984
public final class dev/atsushieno/ktmidi/UmpRetriever {
Original file line number Diff line number Diff line change @@ -157,8 +157,7 @@ android {
157
157
sourceSets[" test" ].assets.srcDir(" src/commonTest/resources" ) // kind of hack...
158
158
159
159
defaultConfig {
160
- // FIXME: replace this constant with valid value once Gradle/AGP fixed the relevant crasher bug.
161
- minSdk = 23 // libs.versions.android.minSdk.toString().toInt()
160
+ minSdk = libs.versions.android.minSdk.get().toInt()
162
161
}
163
162
buildTypes {
164
163
val debug by getting
You can’t perform that action at this time.
0 commit comments