Skip to content

Commit

Permalink
Add some missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Jun 30, 2024
1 parent 24cf0de commit 6dfd61e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.cxx
local.properties
keystore.properties
bytemask.properties
debug.keystore
debug.keystore.b64
bytemask.properties.b64
Expand Down
10 changes: 10 additions & 0 deletions app/src/test/kotlin/com/mr3y/podcaster/PodcasterApplication.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.mr3y.podcaster

import android.app.Application

class PodcasterApplication : Application() {

override fun onCreate() {
super.onCreate()
}
}

0 comments on commit 6dfd61e

Please sign in to comment.