Skip to content

Commit

Permalink
V2.6.7
Browse files Browse the repository at this point in the history
- Update gradle
  • Loading branch information
fr3ts0n committed Dec 6, 2023
1 parent 61bccf2 commit 613e0ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions androbd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdk 30
defaultConfig {
applicationId 'com.fr3ts0n.ecu.gui.androbd'
minSdkVersion 17
// SDK 25 to allow background service mechanism for plugins
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 25
versionCode 20603
versionName 'V2.6.6'
versionCode 20607
versionName 'V2.6.7'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -19,7 +20,7 @@ android {
}
}

applicationVariants.all { variant ->
applicationVariants.configureEach { variant ->
variant.resValue "string", "app_version", variant.versionName
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ test {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
}


Expand Down
2 changes: 1 addition & 1 deletion plugin
Submodule plugin updated 1 files
+6 −6 build.gradle

0 comments on commit 613e0ec

Please sign in to comment.