Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AviranAbady committed Aug 28, 2020
1 parent 18d14f4 commit 1e57729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookiebar2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.AviranAbady'

android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
Expand All @@ -27,7 +29,6 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.2.0'
testImplementation 'junit:junit:4.12'
}


Expand Down

0 comments on commit 1e57729

Please sign in to comment.