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 Jul 22, 2022
1 parent d146aeb commit 9922048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is most helpful when you just want to add a simple Banner Ad without any bo
`AdContainerView` is now on `mavenCentral()`,\
Make sure to add that to your repositories block.

`val latest_version = 0.3.4`
`val latest_version = 0.3.5`

**Gradle**
```gradle
Expand Down
6 changes: 3 additions & 3 deletions acv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 19
targetSdkVersion 32
targetSdkVersion 33
}

buildTypes {
Expand All @@ -21,5 +21,5 @@ android {
}

dependencies {
implementation 'com.google.android.gms:play-services-ads:21.0.0'
implementation 'com.google.android.gms:play-services-ads:21.1.0'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.vanniktech.maven.publish.*

buildscript {
ext.kotlin_version = "1.7.0"
ext.kotlin_version = "1.7.10"
repositories {
google()
mavenCentral()
Expand All @@ -11,7 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.6.0'
}
}
Expand All @@ -24,7 +24,7 @@ allprojects {

plugins.withId("com.vanniktech.maven.publish.base") {
group "com.lazygeniouz"
version "0.3.4"
version "0.3.5"

mavenPublishing {
signAllPublications()
Expand Down

0 comments on commit 9922048

Please sign in to comment.