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

Commit 323f7f0

Browse files
author
Chris Board
committed
Interim Support for MySQL 8
Fixes JitPack build
1 parent 202bb75 commit 323f7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

AndroidMySQLConnector/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
}
8484

8585
def getArtifactFullPath() {
86-
return ".//build/outputs/aar/${archivesBaseName}-${project.version}.aar"
87-
//return ".//build/outputs/aar/${archivesBaseName}-debug.aar"
86+
//return ".//build/outputs/aar/${archivesBaseName}-${project.version}.aar"
87+
return ".//build/outputs/aar/${archivesBaseName}-debug.aar"
8888
}
8989

9090
dependencies {

0 commit comments

Comments
 (0)