Skip to content

Commit

Permalink
updated compileSdkVersion in the Android part
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Nov 21, 2024
1 parent 583effc commit 5e96380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ hs {
robolectricVersion = "4.14"
compileSdkVersion = 34
compileSdkVersion = 35
minSdkVersion = 21
targetSdkVersion = 34
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gradlePlugin {
}

group 'org.hyperskill'
version '1.8.2'
version '1.8.3'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/hyperskill/plugin/versions/Android.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Android {

public String robolectricVersion = "4.14";

public Integer compileSdkVersion = 34;
public Integer compileSdkVersion = 35;
public Integer minSdkVersion = 21;
public Integer targetSdkVersion = 34;

Expand Down

0 comments on commit 5e96380

Please sign in to comment.