Skip to content

Instantly share code, notes, and snippets.

@Nunocky
Nunocky / build.gradle
Last active July 7, 2023 02:43
ほぼ定番の Androidのプラグイン
// プロジェクトの build.gradle
plugins {
...
id 'com.google.dagger.hilt.android' version '2.44' apply false
}
#!/bin/sh
#
# SUSE system statup script for GitBucket
# Copyright (C) 2014 Toshiaki Maki
# Copyright (C) 2007 Pascal Bleser
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or (at
# your option) any later version.