Skip to content

Commit

Permalink
Release 1.6.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsense-ci authored Mar 1, 2023
1 parent 268ac36 commit 5752954
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maven {

## Version History

The latest release of the SDK is `1.6.0`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section.
The latest release of the SDK is `1.6.1`. Details about the current and past releases can be found in the [Releases](https://github.com/moonsense/moonsense-android-sdk/releases) section.

## Integration

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object AppConfig {
const val minSdkVersion = 16
const val targetSdkVersion = 33
const val versionCode = 1
const val versionName = "1.6.0"
const val versionName = "1.6.1"
const val buildToolsVersion = "30.0.3"
const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val jvmTarget = "11"
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

object Versions {
const val gradleTools = "7.4.0"
const val kotlinVersion = "1.8.0"
const val gradleTools = "7.4.2"
const val kotlinVersion = "1.8.10"
const val junit = "4.13.2"
const val junitAndroidX = "1.1.5"
const val constraintLayout = "2.1.4"
Expand All @@ -15,6 +15,6 @@ object Versions {
const val retrofit = "2.9.0"
const val gson = "2.10.1"
const val mockWebServer = "4.10.0"
const val gradleVersionsPlugin = "0.44.0"
const val gradleVersionsPlugin = "0.46.0"
const val moonsenseFeatures = "0.2.0"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 03 08:32:13 PDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 5752954

Please sign in to comment.