Skip to content

Commit

Permalink
Bump version to '7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Jul 20, 2021
1 parent b37a6c9 commit af396eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
11 changes: 4 additions & 7 deletions build.gradle
@@ -1,24 +1,21 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_version = '1.5.21'
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// For the library uploading to the Bintray
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
ext {
publishedGroupId = 'com.github.terrakok'
artifact = 'cicerone'
libraryVersion = '7.0'
libraryVersion = '7.1'
}

project.archivesBaseName = artifact // to fix that project name different from artifact name
Expand Down
12 changes: 6 additions & 6 deletions sample/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

repositories {
jcenter()
mavenCentral()
}

android {
Expand Down Expand Up @@ -42,10 +42,10 @@ android {
}

ext {
androidXVersion = "1.2.0"
materialVersion = "1.2.1"
moxyVersion = "2.2.0"
daggerVersion = "2.29.1"
androidXVersion = "1.3.0"
materialVersion = "1.4.0"
moxyVersion = "2.2.2"
daggerVersion = "2.38"
}

dependencies {
Expand All @@ -69,5 +69,5 @@ dependencies {
implementation ('com.ashokvarma.android:bottom-navigation-bar:1.3.0') {
exclude group: "com.android.support", module: "design"
}
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.core:core-ktx:1.6.0"
}

0 comments on commit af396eb

Please sign in to comment.