Skip to content

Commit

Permalink
Release 1.5.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsense-ci authored Dec 12, 2022
1 parent 609647d commit c874573
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 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.4.1`. 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.5.0`. 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.4.1"
const val versionName = "1.5.0"
const val buildToolsVersion = "30.0.3"
const val androidTestInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
const val jvmTarget = "11"
Expand Down
5 changes: 2 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ object Versions {
const val gradleTools = "7.3.1"
const val kotlinVersion = "1.7.20"
const val junit = "4.13.2"
const val junitAndroidX = "1.1.3"
const val espressoCore = "3.4.0"
const val junitAndroidX = "1.1.4"
const val squareWireRuntime = "4.4.3"
const val constraintLayout = "2.1.4"
const val fragmentKtx = "1.5.4"
Expand All @@ -17,6 +16,6 @@ object Versions {
const val retrofit = "2.9.0"
const val gson = "2.10"
const val mockWebServer = "4.10.0"
const val gradleVersionsPlugin = "0.43.0"
const val gradleVersionsPlugin = "0.44.0"
const val moonsenseFeatures = "0.1.1"
}
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.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
1 change: 0 additions & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:${Versions.constraintLayout}")
testImplementation("junit:junit:${Versions.junit}")
androidTestImplementation("androidx.test.ext:junit:${Versions.junitAndroidX}")
androidTestImplementation("androidx.test.espresso:espresso-core:${Versions.espressoCore}")
}
1 change: 0 additions & 1 deletion sample-core-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:${Versions.constraintLayout}")
testImplementation("junit:junit:${Versions.junit}")
androidTestImplementation("androidx.test.ext:junit:${Versions.junitAndroidX}")
androidTestImplementation("androidx.test.espresso:espresso-core:${Versions.espressoCore}")
}

0 comments on commit c874573

Please sign in to comment.