Commit f66d379 1 parent 1a46a51 commit f66d379 Copy full SHA for f66d379
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
5
- buildToolsVersion ' 32 .0.0 '
4
+ compileSdkVersion 34
5
+ buildToolsVersion ' 33 .0.1 '
6
6
7
7
defaultConfig {
8
8
minSdkVersion 21
9
- targetSdkVersion 33
9
+ targetSdkVersion 34
10
10
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
12
consumerProguardFiles ' consumer-rules.pro'
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
5
- compileSdkVersion 33
6
- buildToolsVersion ' 32 .0.0 '
5
+ compileSdkVersion 34
6
+ buildToolsVersion ' 33 .0.1 '
7
7
8
8
defaultConfig {
9
9
applicationId " com.poing.admob"
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
}
10
10
dependencies {
11
- classpath (' com.android.tools.build:gradle:7.2.2 ' )
11
+ classpath (' com.android.tools.build:gradle:8.1.4 ' )
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Wed Jun 22 23:27:15 BRT 2022
1
+ # Mon Sep 02 21:18:55 BRT 2024
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
4
3
distributionPath =wrapper/dists
5
- zipStorePath = wrapper/dists
4
+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.0-bin.zip
6
5
zipStoreBase =GRADLE_USER_HOME
6
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments