Skip to content

Commit

Permalink
Prepare for v1.0.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Aug 8, 2024
1 parent ccf0a9c commit 54764d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ apply plugin: 'com.mikepenz.aboutlibraries.plugin'
apply plugin: 'dagger.hilt.android.plugin'

android {
namespace = "wseemann.media.romote"

signingConfigs {
create("releaseConfig") {
storeFile file('/Users/wseemann/Downloads/keystore')
Expand All @@ -20,8 +22,8 @@ android {
compileSdk versions.get("compileSdkVersion")
minSdkVersion versions.get("minSdkVersion")
targetSdkVersion versions.get("targetSdkVersion")
versionCode 25
versionName "1.0.25"
versionCode 26
versionName "1.0.26"
}
buildTypes {
getByName("release") {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ buildscript {
}

plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'com.android.application' version '8.5.1' apply false
id 'com.android.library' version '8.5.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Feb 10 00:51:43 PST 2024
#Wed Aug 07 21:32:54 PDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 54764d9

Please sign in to comment.