Skip to content

Commit 4b0255e

Browse files
committed
lower minSDK and implement RGL in smaple app
1 parent 29d73a0 commit 4b0255e

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.idea/gradle.xml

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

.idea/vcs.xml

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

RearrangingGridLayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
buildToolsVersion "30.0.2"
88

99
defaultConfig {
10-
minSdkVersion 21
10+
minSdkVersion 19
1111
targetSdkVersion 30
1212
versionCode 1
1313
versionName "1.0"

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dependencies {
3333
implementation 'androidx.appcompat:appcompat:1.2.0'
3434
implementation 'com.google.android.material:material:1.2.1'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
36+
37+
implementation project(":RearrangingGridLayout")
38+
3639
testImplementation 'junit:junit:4.+'
3740
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
3841
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)