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 e7f324e commit 03a26fa
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.2'
classpath 'com.android.tools.build:gradle:7.1.3'
}
}

Expand All @@ -29,8 +29,8 @@ android {
applicationId "org.billthefarmer.scope"
minSdkVersion 14
targetSdkVersion 28
versionCode 129
versionName "1.29"
versionCode 130
versionName "1.30"
buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/130.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 @@ -16,7 +16,6 @@
tools:ignore="AllowBackup">
<activity
android:name="MainActivity"
android:label="@string/app_name"
android:exported="true"
android:screenOrientation="landscape">
<intent-filter>
Expand Down

0 comments on commit 03a26fa

Please sign in to comment.