Skip to content

Commit

Permalink
Update version, changelog, build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Apr 12, 2022
1 parent 4618a7f commit 288c93e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.3'
}
}

Expand All @@ -29,8 +29,8 @@ android {
applicationId "org.billthefarmer.tuner"
minSdkVersion 14
targetSdkVersion 28
versionName "1.45"
versionCode 145
versionName "1.46"
versionCode 146

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/146.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add Polish translation
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
tools:ignore="AllowBackup">
<activity
android:name="org.billthefarmer.tuner.MainActivity"
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 288c93e

Please sign in to comment.