Skip to content

Commit 3193ab0

Browse files
authored
Merge pull request #1490 from microsoft/release/demo_v4.1.0
Use new SDK V4.1.0 in demo app.
2 parents d01d7fe + 74e5af2 commit 3193ab0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

apps/sasquatch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
projectDependencyImplementation project(':sdk:appcenter-analytics')
7070
projectDependencyImplementation project(':sdk:appcenter-crashes')
7171

72-
def appCenterSdkVersion = "4.0.0"
72+
def appCenterSdkVersion = "4.1.0"
7373
jcenterDependencyImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
7474
jcenterDependencyImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
7575

apps/sasquatch/src/main/java/com/microsoft/appcenter/sasquatch/listeners/SasquatchDistributeListener.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ public void onClick(DialogInterface dialog, int which) {
4848
return custom;
4949
}
5050

51-
/*
52-
* TODO: uncomment the annotation after release.
53-
* The annotation conflicts with `gradlew assemble` command, because gradle runs through
54-
* all build variants including jcenter ones.
55-
*
56-
* @Override
57-
*/
51+
@Override
5852
public void onNoReleaseAvailable(Activity activity) {
5953
Toast.makeText(activity, activity.getString(R.string.no_updates_available), Toast.LENGTH_LONG).show();
6054
}

0 commit comments

Comments
 (0)