質問編集履歴

1

誤字

2022/11/07 05:05

投稿

weeeel
weeeel

スコア1

test CHANGED
File without changes
test CHANGED
@@ -34,51 +34,7 @@
34
34
  android:fullBackupContent="@xml/backup_rules"
35
35
  android:icon="@mipmap/ic_launcher"
36
36
  android:label="@string/app_name"
37
- android:roundIcon="@mipmap/ic_launcher_round"plugins {
37
+ android:roundIcon="@mipmap/ic_launcher_round"
38
- id 'com.android.application'
39
- }
40
-
41
- android {
42
- namespace 'com.mastercoding.dependency'
43
- compileSdk 32
44
-
45
- defaultConfig {
46
- applicationId "com.mastercoding.dependency"
47
- minSdk 21
48
- targetSdk 32
49
- versionCode 1
50
- versionName "1.0"
51
-
52
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
53
- }
54
-
55
- buildTypes {
56
- release {
57
- minifyEnabled false
58
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
59
- }
60
- }
61
- compileOptions {
62
- sourceCompatibility JavaVersion.VERSION_1_8
63
- targetCompatibility JavaVersion.VERSION_1_8
64
- }
65
- }
66
-
67
- dependencies {
68
-
69
- implementation 'androidx.appcompat:appcompat:1.5.1'
70
- implementation 'com.google.android.material:material:1.7.0'
71
- implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
72
- testImplementation 'junit:junit:4.13.2'
73
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
74
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
75
-
76
-
77
- implementation 'com.github.bumptech.glide:glide:4.14.2'
78
- annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
79
-
80
- implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
81
- }
82
38
  android:supportsRtl="true"
83
39
  android:theme="@style/Theme.Dependency"
84
40
  tools:targetApi="31">