From ae69a754244c4e475c8d2591772ca8e005071d83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Feb 2019 11:55:41 +0100 Subject: Update to 5.42 --- android/xscreensaver/build.gradle | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'android/xscreensaver/build.gradle') diff --git a/android/xscreensaver/build.gradle b/android/xscreensaver/build.gradle index f0ff9a3..038e613 100644 --- a/android/xscreensaver/build.gradle +++ b/android/xscreensaver/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'android' dependencies { - compile fileTree(include: '*.jar', dir: 'libs') - compile "com.android.support:support-v4:27.1.1" + implementation fileTree(include: '*.jar', dir: 'libs') + implementation "com.android.support:support-v4:27.1.1" } android { @@ -96,6 +96,10 @@ android { defaultConfig { + // Previous applicationId was "org.jwz.xscreensaver" but I had + // to change it because I managed to lose the signing key... + // Note that the Java class tree is still "org.jwz.xscreensaver". + applicationId "org.jwz.android.xscreensaver" minSdkVersion 15 targetSdkVersion 27 } -- cgit v1.2.3-55-g7522