Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 67af15c

Browse files
committed
Android Studio 4.2
1 parent 808edaf commit 67af15c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BasicSample/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ext.deps = [:]
2323
def versions = [:]
2424
versions.activity = '1.1.0'
25-
versions.android_gradle_plugin = '4.0.0'
25+
versions.android_gradle_plugin = '4.2.2'
2626
versions.annotations = "1.0.0"
2727
versions.apache_commons = "2.5"
2828
versions.appcompat = "1.2.0-alpha02"

LiveDataSample/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ext.deps = [:]
2323
def versions = [:]
2424
versions.activity = '1.1.0'
25-
versions.android_gradle_plugin = '4.0.0'
25+
versions.android_gradle_plugin = '4.2.2'
2626
versions.annotations = "1.0.0"
2727
versions.apache_commons = "2.5"
2828
versions.appcompat = "1.2.0-alpha02"

WorkManagerMultiprocessSample/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ext.deps = [:]
2323
def versions = [:]
2424
versions.activity = '1.1.0'
25-
versions.android_gradle_plugin = '4.1.3'
25+
versions.android_gradle_plugin = '4.2.2'
2626
versions.annotations = "1.0.0"
2727
versions.apache_commons = "2.5"
2828
versions.appcompat = "1.2.0-alpha02"

0 commit comments

Comments
 (0)