Skip to content

Commit

Permalink
Bump version to 1.0.0 & upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Jan 28, 2021
1 parent af8045f commit 8f3bd1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ dependencies {

// Base dependencies
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
implementation 'androidx.core:core-ktx:1.5.0-beta01'

// Google dependencies
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

// Test dependencies
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/

buildscript {
ext.library_version = '1.0.0-alpha14'
ext.library_version_code = 86
ext.library_version = '1.0.0'
ext.library_version_code = 1000
ext.kotlin_version = '1.4.21-2'
repositories {
google()
Expand Down

0 comments on commit 8f3bd1c

Please sign in to comment.