Skip to content

Commit

Permalink
v2.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Nov 17, 2017
1 parent 9bd0adc commit 8c3c2dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '26.0.2'
buildToolsVersion '27.0.1'
defaultConfig {
applicationId 'fr.neamar.kiss'
minSdkVersion 15
targetSdkVersion 22
versionCode 100
versionName "2.31.3"
versionCode 101
versionName "2.31.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -28,7 +28,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
}
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
compile 'com.android.support:support-annotations:25.3.1'
compile 'com.android.support:support-annotations:27.0.1'
testCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.1.4'
testCompile 'org.mockito:mockito-core:1.10.19'
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":100},"path":"app-release.apk","properties":{"packageId":"fr.neamar.kiss","split":"","minSdkVersion":"15"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":101},"path":"app-release.apk","properties":{"packageId":"fr.neamar.kiss","split":"","minSdkVersion":"15"}}]

0 comments on commit 8c3c2dc

Please sign in to comment.