Skip to content

Commit

Permalink
Dependency updates, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Nov 22, 2021
1 parent 875017c commit 35f779b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Make sure to add that to your repositories block.

**Gradle**
```gradle
implementation 'com.lazygeniouz:acv:0.2.4'
implementation 'com.lazygeniouz:acv:0.2.6'
```
**Maven**
```xml
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>acv</artifactId>
<version>0.2.4</version>
<version>0.2.6</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 1 addition & 3 deletions acv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 31
versionCode 24
versionName "0.2.4"
}

buildTypes {
Expand All @@ -31,5 +29,5 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.android.gms:play-services-ads:20.4.0'
implementation 'com.google.android.gms:play-services-ads:20.5.0'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.5.31"
ext.kotlin_version = "1.6.0"
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 35f779b

Please sign in to comment.