Skip to content

Commit

Permalink
target API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jun 11, 2023
1 parent 986d28a commit a6f9d7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion acra-advanced-scheduler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

android {
defaultConfig {
minSdkVersion(22)
minSdk = 22
}
namespace = "org.acra.scheduler"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/acra-basic-java-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ plugins {

android {
namespace = "org.acra.example"
compileSdkVersion(33)
compileSdk = 34

defaultConfig {
applicationId = "org.acra.example"
minSdkVersion(16)
minSdk = 16
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions examples/acra-basic-kotlin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ plugins {

android {
namespace = "org.acra.example"
compileSdkVersion(33)
compileSdk = 34

defaultConfig {
applicationId = "org.acra.example"
minSdkVersion(16)
minSdk = 16
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ kapt.use.worker.api=false

# upload properties
group=ch.acra
org.gradle.configuration-cache=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-target = "33"
android-target = "34"
android-min = "14"
android-build = "8.1.0-beta05"

Expand Down

0 comments on commit a6f9d7d

Please sign in to comment.