Skip to content

Commit

Permalink
v1.0.2 - Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteDog-Apps committed Nov 7, 2021
1 parent 291ba0c commit 218327d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.whitedog.foldableactivity"
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0"
versionCode 1000200
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -38,10 +38,10 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02"
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-rc01"

implementation 'com.google.android.material:material:1.4.0'

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.30"
ext.kotlin_version = "1.5.31"
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
6 changes: 3 additions & 3 deletions foldable-activity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha03'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
implementation 'com.google.android.material:material:1.4.0'

api "androidx.window:window:1.0.0-beta02"
api "androidx.window:window:1.0.0-beta03"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 218327d

Please sign in to comment.