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

Commit

Permalink
Fixed version number tag in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Board committed Jun 12, 2020
1 parent 0f0416f commit e2cae46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
buildscript {

ext {
publishToMavenLocal = true
publishToMavenLocal = false
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion demoapplication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

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

}

0 comments on commit e2cae46

Please sign in to comment.