Skip to content

Commit 067fff8

Browse files
committed
Add files
1 parent 87e6112 commit 067fff8

File tree

14 files changed

+833
-4
lines changed

14 files changed

+833
-4
lines changed

.idea/codeStyles/Project.xml

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ allprojects {
1818
repositories {
1919
google()
2020
jcenter()
21+
maven { url 'https://jitpack.io' }
2122
}
2223
}
2324

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Dec 23 15:03:02 MSK 2020
1+
#Sat Dec 26 12:46:56 MSK 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

library/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ android {
3535
dependencies {
3636

3737
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
38+
3839
implementation 'androidx.core:core-ktx:1.3.2'
3940
implementation 'androidx.appcompat:appcompat:1.2.0'
40-
implementation 'com.google.android.material:material:1.2.1'
41-
testImplementation 'junit:junit:4.+'
41+
implementation 'androidx.recyclerview:recyclerview:1.1.0'
42+
implementation "androidx.viewpager2:viewpager2:1.0.0"
43+
44+
implementation "com.github.Omega-R:OmegaRecyclerView:1.9.8@aar"
45+
implementation 'com.github.Omega-R:OmegaClicks:1.0.0'
46+
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:b13922cbc7c77b1e1e4da9245fa0d58e94b9b289'
47+
implementation 'com.github.Omega-R:OmegaLaunchers:1.0.3'
48+
49+
testImplementation 'junit:junit:4.13.1'
4250
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4351
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4452
}

0 commit comments

Comments
 (0)