Skip to content

Commit

Permalink
Set release date for 22.04 Jammy Jellyfish
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Oct 17, 2021
1 parent edf0af9 commit cc65731
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ preBuild.dependsOn updateVersionFile
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.6.0"
implementation "androidx.legacy:legacy-support-v4:$versions.androidx_legacy_support"
implementation "androidx.appcompat:appcompat:$versions.androidx_appcompat"
implementation "com.google.android.material:material:$versions.android_material"
implementation "androidx.preference:preference:$versions.androidx_preference"
implementation "androidx.preference:preference-ktx:$versions.androidx_preference"
implementation "androidx.legacy:legacy-preference-v14:$versions.androidx_legacy_preference"
implementation "com.github.gabrielemariotti.changeloglib:changelog:$versions.changeloglib"
implementation "com.jakewharton.timber:timber:$versions.timber"
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<receiver
android:name=".appwidgets.Widget1x1Provider"
android:exported="true"
android:label="@string/widget_1x1_name">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
Expand All @@ -46,6 +47,7 @@
</receiver>
<receiver
android:name=".appwidgets.Widget2x2Provider"
android:exported="true"
android:label="@string/widget_2x2_name">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
Expand All @@ -62,6 +64,7 @@

<activity
android:name=".ui.LauncherActivity"
android:exported="true"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -71,6 +74,7 @@
</activity>
<activity
android:name=".ui.SettingsActivity"
android:exported="true"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
Expand Down
7 changes: 3 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
ext.deps = [:]
def versions = [:]
versions.android_checkstyle_plugin = "1.1.0"
versions.android_gradle_plugin = "4.2.1"
versions.android_gradle_plugin = "7.0.3"
versions.android_maven_gradle_plugin = "2.1"
versions.android_material = "1.3.0"
versions.androidx_appcompat = "1.3.0"
versions.android_material = "1.4.0"
versions.androidx_appcompat = "1.3.1"
versions.androidx_cardview = "1.0.0"
versions.androidx_constraintlayout = "1.1.3"
versions.androidx_legacy_preference = "1.0.0"
Expand All @@ -40,7 +40,6 @@ versions.gradle_bintray_plugin = "1.8.4"
versions.gradle_versions_plugin = "0.39.0"
versions.junit = "4.12"
versions.kotlin = "1.5.10"
versions.material = "1.0.0"
versions.mockito = "2.13.3"
versions.mockito_all = "1.10.19"
versions.nullaway = "0.7.5"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.10.5+270
v22.04+280

0 comments on commit cc65731

Please sign in to comment.