Skip to content

Commit

Permalink
Plugin upgrade
Browse files Browse the repository at this point in the history
- Update AGP from 8.0.0 to 8.2.0
- Update compile SDK version from 33 to 34
  • Loading branch information
sagar-viradiya committed Dec 4, 2023
1 parent f71637c commit 68ee75b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {

android {
namespace = "io.github.sagar.benchmark"
compileSdk = 33
compileSdk = 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
Expand All @@ -42,7 +42,7 @@ android {

defaultConfig {
minSdk = 24
targetSdk = 33
targetSdk = 34

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
*/

plugins {
id("com.android.application") version "8.0.0" apply false
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("com.android.test") version "8.0.0" apply false
id("com.android.test") version "8.2.0" apply false
id("androidx.baselineprofile") version "1.2.0-alpha16" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
#Sat Jul 15 19:58:19 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ plugins {

android {
namespace = "io.github.sagar.auto_benchmark"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "io.github.sagar.auto_benchmark"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down

0 comments on commit 68ee75b

Please sign in to comment.