Skip to content

Commit aadf237

Browse files
committed
Move script to subdirectory
1 parent 355d71e commit aadf237

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

StudyplusAndroidSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
}
3636

3737
if (gradle.startParameter.taskNames.contains('uploadArchives')) {
38-
apply from: 'build.publish.gradle'
38+
apply from: 'gradle/build.publish.gradle'
3939
}
4040

4141
android.libraryVariants.all { variant ->

0 commit comments

Comments
 (0)