Skip to content

Commit

Permalink
dev commit
Browse files Browse the repository at this point in the history
- Upgraded gradle plugin to 8.6.0.
- Upgraded target and compile SDK to Android 15 (API Level 35).
- Updated all internal dependencies.
  • Loading branch information
BharathVishal committed Sep 17, 2024
1 parent ad4206f commit de58747
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 29 deletions.
318 changes: 318 additions & 0 deletions .idea/caches/deviceStreaming.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ plugins {

android {
namespace="viewpagerwithfragmentsandadmobandroidsample.bharathvishal.com.viewpagerwithfragmentsandadmob"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId ="viewpagerwithfragmentsandadmobandroidsample.bharathvishal.com.viewpagerwithfragmentsandadmob"
vectorDrawables {
useSupportLibrary = true
}
minSdk = 23
targetSdk = 34
versionCode = 101
versionName = "3.6"
targetSdk = 35
versionCode = 105
versionName = "3.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
Loading

0 comments on commit de58747

Please sign in to comment.