Skip to content

Commit

Permalink
refactor(example): move example to example directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 8, 2024
1 parent 8ef4cde commit 78bfcf3
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/build.gradle → example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
defaultConfig {
applicationId "io.github.thibaultbee.srtdroid.examples"
applicationId "io.github.thibaultbee.srtdroid.example"
minSdk 19
compileSdk 34
targetSdk 34
Expand Down Expand Up @@ -36,7 +36,7 @@ android {
buildFeatures {
viewBinding true
}
namespace 'io.github.thibaultbee.srtdroid.examples'
namespace 'io.github.thibaultbee.srtdroid.example'

}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':lib', ":examples"
include ':lib', ":example"
rootProject.name='srtdroid'

0 comments on commit 78bfcf3

Please sign in to comment.