Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit e2cae46

Browse files
author
Chris Board
committed
Fixed version number tag in demo app
1 parent 0f0416f commit e2cae46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
buildscript {
55

66
ext {
7-
publishToMavenLocal = true
7+
publishToMavenLocal = false
88
}
99

1010
repositories {

demoapplication/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
3131

3232
implementation 'androidx.appcompat:appcompat:1.1.0'
33-
implementation 'com.github.BoardiesITSolutions:Android-MySQL-Connector:0.39_MySQL8'
33+
implementation 'com.github.BoardiesITSolutions:Android-MySQL-Connector:0.40_MySQL8'
3434

3535
}

0 commit comments

Comments
 (0)