Skip to content

Commit

Permalink
Maintenance build
Browse files Browse the repository at this point in the history
  • Loading branch information
appml committed Jun 15, 2024
1 parent dadfc0b commit a510c46
Show file tree
Hide file tree
Showing 10 changed files with 59,392 additions and 42,865 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/app/neutrinote.app.androidTest.iml

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

4 changes: 2 additions & 2 deletions .idea/modules/app/neutrinote.app.iml

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

2 changes: 1 addition & 1 deletion .idea/modules/app/neutrinote.app.main.iml

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

2 changes: 1 addition & 1 deletion .idea/modules/app/neutrinote.app.unitTest.iml

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 34
multiDexEnabled true
versionCode 1326
versionName "4.5.1d"
versionCode 1327
versionName "4.5.2"
}

buildTypes {
Expand Down
102,230 changes: 59,377 additions & 42,853 deletions app/mapping.txt

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1326,
"versionName": "4.5.1d",
"versionCode": 1327,
"versionName": "4.5.2",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
"elementType": "File",
"minSdkVersionForDexing": 26
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1327.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v4.5.2
- Maintenance build.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Feb 22 07:08:52 EST 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit a510c46

Please sign in to comment.