Skip to content

Commit f66d379

Browse files
committed
chore: upgrade build:gradle:7.2.2 -> 8.1.4
1 parent 1a46a51 commit f66d379

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

admob/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion '32.0.0'
4+
compileSdkVersion 34
5+
buildToolsVersion '33.0.1'
66

77
defaultConfig {
88
minSdkVersion 21
9-
targetSdkVersion 33
9+
targetSdkVersion 34
1010

1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
consumerProguardFiles 'consumer-rules.pro'

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22

33
android {
44

5-
compileSdkVersion 33
6-
buildToolsVersion '32.0.0'
5+
compileSdkVersion 34
6+
buildToolsVersion '33.0.1'
77

88
defaultConfig {
99
applicationId "com.poing.admob"
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
versionCode 1
1313
versionName "1.0"
1414

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath ('com.android.tools.build:gradle:7.2.2')
11+
classpath ('com.android.tools.build:gradle:8.1.4')
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 22 23:27:15 BRT 2022
1+
#Mon Sep 02 21:18:55 BRT 2024
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)