Skip to content

Commit

Permalink
Merge pull request #3 from plumsoftware/patch-2
Browse files Browse the repository at this point in the history
patch-2
  • Loading branch information
plumsoftware authored Oct 10, 2024
2 parents 48136b6 + 1fb3aa0 commit 7757612
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.plumsoftware.rucalendar"
minSdk 21
targetSdk 34
versionCode 47
versionName "4.0.1"
versionCode 48
versionName "4.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down Expand Up @@ -126,7 +126,7 @@ dependencies {


//noinspection MobileAdsSdkVersion
implementation 'com.yandex.android:mobileads:7.3.0'
implementation 'com.yandex.android:mobileads:7.5.0'

//Animations
implementation 'io.noties:tumbleweed-android:2.0.0'
Expand Down
Binary file added app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
23 changes: 20 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,27 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 39,
"versionName": "2.5.1",
"versionCode": 48,
"versionName": "4.0.2",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-release.dm"
]
}
],
"minSdkVersionForDexing": 21
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.gms:google-services:4.4.2'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.5.1' apply false
id 'com.android.library' version '8.5.1' apply false
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.6.1' apply false
}

tasks.register('clean', Delete) {
Expand Down

0 comments on commit 7757612

Please sign in to comment.