sokoban / distorted-sokoban / build.gradle @ f2dd73c5
1 | a67dccf0 | Leszek Koltunski | apply plugin: 'com.android.application' |
---|---|---|---|
2 | |||
3 | android { |
||
4 | compileSdkVersion 31 |
||
5 | buildToolsVersion "30.0.3" |
||
6 | |||
7 | defaultConfig { |
||
8 | 839651ce | Leszek Koltunski | applicationId "org.distorted.sokoban" |
9 | a67dccf0 | Leszek Koltunski | minSdkVersion 7 |
10 | targetSdkVersion 31 |
||
11 | }
|
||
12 | |||
13 | buildTypes { |
||
14 | release { |
||
15 | minifyEnabled false |
||
16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' |
||
17 | }
|
||
18 | }
|
||
19 | }
|