File tree Expand file tree Collapse file tree 5 files changed +20
-3
lines changed 
java/com/example/ssjetpackcomposeswipeableview/ui 
ssjetpackcomposeswipeableview Expand file tree Collapse file tree 5 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" utf-8"  ?>
22<manifest  xmlns : android =" http://schemas.android.com/apk/res/android" 
3-     package =" com.example .ssjetpackcomposeswipeableview"  >
3+     package =" com.simform .ssjetpackcomposeswipeableview"  >
44
55    <application 
66        android : allowBackup =" true" 
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class MainActivity : ComponentActivity() {
4848        val  context =  LocalContext .current
4949        Scaffold (topBar =  {
5050            TopAppBar (
51-                 title =  { Text (" SWIPE TO DELETE "  ) },
51+                 title =  { Text (" SWIPEABLE VIEW "  ) },
5252            )
5353        }) {
5454            Column (Modifier .fillMaxHeight().background(Background )) {
Original file line number Diff line number Diff line change 1+ jdk :
2+   - openjdk11 
Original file line number Diff line number Diff line change 11plugins  {
22    id ' com.android.library' 
33    id ' kotlin-android' 
4+     id ' maven-publish' 
5+ }
6+ 
7+ afterEvaluate  {
8+     publishing {
9+         publications {
10+             //  Creates a Maven publication called "release".
11+             release(MavenPublication ) {
12+                 from components. release
13+                 groupId =  ' com.simform.ssjetpackcomposeswipeableview' 
14+                 artifactId =  ' ssjetpackcomposeswipeableview' 
15+                 version =  ' 1.0.0' 
16+             }
17+         }
18+     }
419}
520
621android  {
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" utf-8"  ?>
22<manifest  xmlns : android =" http://schemas.android.com/apk/res/android" 
3-     package =" com.example.ssjetpackcomposeswipeableview "  >
3+     package =" com.simform.ssjetpackcomposeswipeableviewlibrary "  >
44
55</manifest >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments