Skip to content

Commit

Permalink
Development commit
Browse files Browse the repository at this point in the history
- Upgraded gradle plugin
- Updated all internal libraries.
  • Loading branch information
BharathVishal committed Sep 9, 2023
1 parent 9404c18 commit b1b27c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 34
compileSdk 34
defaultConfig {
applicationId "viewpagerwithfragmentsandadmobandroidsample.bharathvishal.com.viewpagerwithfragmentsandadmob"
minSdkVersion 23
targetSdkVersion 34
vectorDrawables.useSupportLibrary = true
versionCode 91
versionName "3.1"
versionCode 93
versionName "3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.gms:play-services-ads:22.1.0'
implementation 'com.google.android.material:material:1.10.0-alpha04'
implementation 'com.google.android.gms:play-services-ads:22.3.0'
implementation 'com.google.android.material:material:1.11.0-alpha02'
implementation 'com.google.firebase:firebase-analytics:21.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.8.21'
ext.kotlin_version = '1.9.0'

repositories {
google()
Expand All @@ -11,7 +11,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'

Expand Down

0 comments on commit b1b27c5

Please sign in to comment.