Archived
Migrated the project to AGP 8.0 / JVM 17
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.denizk0461.studip.sheet
|
||||
|
||||
import com.denizk0461.studip.R
|
||||
|
||||
/**
|
||||
* Sheet that presents the user / developer with a text field to input developer codes / cheat
|
||||
* codes.
|
||||
*/
|
||||
class DevCodeSheet : AppSheet(R.layout.sheet_dev_code) {
|
||||
}
|
||||
Reference in New Issue
Block a user