Skip to content

Commit

Permalink
Set sdk ver 30
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Feb 1, 2023
1 parent 5247dd8 commit 9a1770d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
buildToolsVersion "28.0.3"

defaultConfig {
applicationId "ca.farrelltonsolar.classic"
applicationId "ca.classicdiy.classic"
minSdkVersion 15
targetSdkVersion 30
}
Expand Down
6 changes: 3 additions & 3 deletions j2modlite/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions uicomponents/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 9a1770d

Please sign in to comment.