Skip to content

Commit

Permalink
updated version name + code and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sleep-yearning committed Jul 9, 2021
1 parent 945debe commit 7a28a37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'org.secuso.privacyfriendlyactivitytracker'
minSdkVersion 17
targetSdkVersion 30
versionCode 10
versionName "2.2"
versionCode 11
versionName "2.3"
}
buildTypes {
release {
Expand All @@ -26,14 +26,14 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(path: ':backup-api')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'

def work_version = "2.4.0"
def work_version = "2.5.0"
implementation "androidx.work:work-runtime:$work_version"
implementation "androidx.work:work-runtime-ktx:$work_version"
androidTestImplementation "androidx.work:work-testing:$work_version"
Expand Down

0 comments on commit 7a28a37

Please sign in to comment.