Skip to content

Commit

Permalink
updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
ksughosh committed Apr 4, 2020
1 parent 7c1a8c1 commit 9629559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion permissionsmanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionCode 2
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -29,6 +29,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:28.1.0'
testImplementation 'junit:junit:4.12'
implementation 'io.reactivex.rxjava3:rxjava:3.0.0'
Expand Down

0 comments on commit 9629559

Please sign in to comment.