This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020}
2121
2222archivesBaseName= " AndroidMySQLConnector"
23- version ' 0.44 '
23+ version ' 0.45 '
2424group ' com.BoardiesITSolutions'
2525
2626
@@ -30,8 +30,8 @@ android {
3030 // applicationId "com.BoardiesITSolutions.AndroidMySQLConnector"
3131 minSdkVersion 19
3232 targetSdkVersion 29
33- versionCode 32
34- versionName " 0.44 "
33+ versionCode 33
34+ versionName " 0.45 "
3535 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3636 }
3737 buildTypes {
Original file line number Diff line number Diff line change 44buildscript {
55
66 ext {
7- publishToMavenLocal = true
7+ publishToMavenLocal = false
88 }
99
1010 repositories {
Original file line number Diff line number Diff 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.44_MySQL8 '
33+ implementation ' com.github.BoardiesITSolutions:Android-MySQL-Connector:0.45_MySQL8 '
3434
3535}
You can’t perform that action at this time.
0 commit comments