Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constraintlayout/compose/build.gradle
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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