Skip to content

Commit 9adb8a7

Browse files
committed
improve process
1 parent bb698e2 commit 9adb8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub const Tools = @compileError("Use android.Sdk instead of android.Tools");
1818
/// Deprecated: Use Apk.Options instead.
1919
pub const ToolsOptions = @compileError("Use android.Sdk.Options instead of android.Apk.Options with the Sdk.createApk method");
2020
/// Deprecated: Use Sdk.CreateKey instead.
21-
pub const CreateKey = @compileError("Use android.Sdk.CreateKey instead of android.CreateKey");
21+
pub const CreateKey = @compileError("Use android.Sdk.CreateKey instead of android.CreateKey. Change 'android_tools.createKeyStore(android.CreateKey.example())' to 'android_sdk.createKeyStore(.example)'");
2222
/// Deprecated: Use Apk not APK
2323
pub const APK = @compileError("Use android.Apk instead of android.APK");
2424

0 commit comments

Comments
 (0)