Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump 2.1.3 #490

Merged
merged 1 commit into from Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion constraintlayout/compose/build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}

def compose_version = '1.0.0-rc02'
def compose_version = '1.0.0'
def kotlin_version = "1.5.10"

android {
Expand Down
Expand Up @@ -487,7 +487,7 @@ public class ConstraintLayout extends ViewGroup {
/**
* @suppress
*/
public static final String VERSION = "ConstraintLayout-2.1.2";
public static final String VERSION = "ConstraintLayout-2.1.3";
private static final String TAG = "ConstraintLayout";

private static final boolean USE_CONSTRAINTS_HELPER = true;
Expand Down
10 changes: 5 additions & 5 deletions constraintlayout/gradle.properties
Expand Up @@ -5,8 +5,8 @@ usePrebuilts=false
android.enableD8.desugaring=true
android.useAndroidX=true

constraintlayout.version=2.1.2
core.version=1.0.2
compose.version=1.0.0-rc02
tools.version=1.0.0-alpha03
swing.version=1.0.0-alpha03
constraintlayout.version=2.1.3
core.version=1.0.3
compose.version=1.0.0
tools.version=1.0.0-alpha04
swing.version=1.0.0-alpha04