Skip to content

Commit 5e96380

Browse files
committed
updated compileSdkVersion in the Android part
1 parent 583effc commit 5e96380

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ hs {
6161
6262
robolectricVersion = "4.14"
6363
64-
compileSdkVersion = 34
64+
compileSdkVersion = 35
6565
minSdkVersion = 21
6666
targetSdkVersion = 34
6767

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gradlePlugin {
1414
}
1515

1616
group 'org.hyperskill'
17-
version '1.8.2'
17+
version '1.8.3'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_17

src/main/java/org/hyperskill/plugin/versions/Android.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Android {
99

1010
public String robolectricVersion = "4.14";
1111

12-
public Integer compileSdkVersion = 34;
12+
public Integer compileSdkVersion = 35;
1313
public Integer minSdkVersion = 21;
1414
public Integer targetSdkVersion = 34;
1515

0 commit comments

Comments
 (0)